Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsubr_lock.c216 struct lock_prof { struct
217 SLIST_ENTRY(lock_prof) link;
231 SLIST_HEAD(lphead, lock_prof); argument
247 struct lock_prof lpt_prof[LPROF_CACHE_SIZE];
389 lock_prof_sum(struct lock_prof *match, struct lock_prof *dst, int hash, in lock_prof_sum()
393 struct lock_prof *l; in lock_prof_sum()
426 struct lock_prof *l; in lock_prof_type_stats()
431 struct lock_prof lp = {}; in lock_prof_type_stats()
515 static struct lock_prof *
521 struct lock_prof *lp; in lock_profile_lookup()
[all …]