Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_lock.c260 struct lphead lpt_hash[LPROF_HASH_SIZE]; member
417 SLIST_FOREACH(l, &type->lpt_hash[hash], link) { in lock_prof_sum()
444 SLIST_FOREACH(l, &type->lpt_hash[i], link) { in lock_prof_type_stats()
546 head = &type->lpt_hash[hash]; in lock_profile_lookup()
562 SLIST_INSERT_HEAD(&type->lpt_hash[hash], lp, link); in lock_profile_lookup()