Home
last modified time | relevance | path

Searched refs:LP_CPU (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_lock.c257 #define LP_CPU(cpu) (DPCPU_ID_PTR((cpu), lp)) macro
304 lock_prof_init_type(&LP_CPU(cpu)->lpc_types[0]); in lock_prof_init()
305 lock_prof_init_type(&LP_CPU(cpu)->lpc_types[1]); in lock_prof_init()
351 lpc = LP_CPU(cpu); in lock_prof_reset()
358 lpc = LP_CPU(cpu); in lock_prof_reset()
402 type = &LP_CPU(cpu)->lpc_types[spin]; in lock_prof_sum()
463 lock_prof_type_stats(&LP_CPU(cpu)->lpc_types[0], sb, 0, t); in dump_lock_prof_stats()
464 lock_prof_type_stats(&LP_CPU(cpu)->lpc_types[1], sb, 1, t); in dump_lock_prof_stats()