Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsubr_lock.c236 struct lock_prof { struct
237 SLIST_ENTRY(lock_prof) link;
251 SLIST_HEAD(lphead, lock_prof); argument
267 struct lock_prof lpt_prof[LPROF_CACHE_SIZE];
409 lock_prof_sum(struct lock_prof *match, struct lock_prof *dst, int hash, in lock_prof_sum()
413 struct lock_prof *l; in lock_prof_sum()
446 struct lock_prof *l; in lock_prof_type_stats()
451 struct lock_prof lp = {}; in lock_prof_type_stats()
535 static struct lock_prof *
541 struct lock_prof *lp; in lock_profile_lookup()
[all …]