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

/freebsd-10.2-release/sys/kern/
H A Dsubr_lock.c177 struct lphead lpt_hash[LPROF_HASH_SIZE]; member in struct:lock_prof_type
327 SLIST_FOREACH(l, &type->lpt_hash[hash], link) {
355 SLIST_FOREACH(l, &type->lpt_hash[i], link) {
454 head = &type->lpt_hash[hash];
471 SLIST_INSERT_HEAD(&type->lpt_hash[hash], lp, link);

Completed in 46 milliseconds