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

/freebsd-10-stable/sys/kern/
H A Dsubr_lock.c206 struct lphead lpt_hash[LPROF_HASH_SIZE]; member in struct:lock_prof_type
356 SLIST_FOREACH(l, &type->lpt_hash[hash], link) {
384 SLIST_FOREACH(l, &type->lpt_hash[i], link) {
483 head = &type->lpt_hash[hash];
500 SLIST_INSERT_HEAD(&type->lpt_hash[hash], lp, link);

Completed in 25 milliseconds