Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dsubr_lock.c147 struct lock_prof { struct
148 SLIST_ENTRY(lock_prof) link;
162 SLIST_HEAD(lphead, lock_prof); argument
178 struct lock_prof lpt_prof[LPROF_CACHE_SIZE];
314 lock_prof_output(struct lock_prof *lp, struct sbuf *sb) in lock_prof_output()
332 lock_prof_sum(struct lock_prof *match, struct lock_prof *dst, int hash, in lock_prof_sum()
336 struct lock_prof *l; in lock_prof_sum()
372 struct lock_prof *l; in lock_prof_type_stats()
377 struct lock_prof lp = {}; in lock_prof_type_stats()
458 static struct lock_prof *
[all …]