Home
last modified time | relevance | path

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

/src/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];
371 lock_prof_output(struct lock_prof *lp, struct sbuf *sb) in lock_prof_output()
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 *
[all …]