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

/freebsd-9.3-release/sys/kern/
H A Dsubr_lock.c145 * One lock_prof for each (file, line, lock object) triple.
147 struct lock_prof { struct
148 SLIST_ENTRY(lock_prof) link;
162 SLIST_HEAD(lphead, lock_prof);
178 struct lock_prof lpt_prof[LPROF_CACHE_SIZE];
314 lock_prof_output(struct lock_prof *lp, struct sbuf *sb)
332 lock_prof_sum(struct lock_prof *match, struct lock_prof *dst, int hash,
336 struct lock_prof *l;
372 struct lock_prof *
[all...]

Completed in 100 milliseconds