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

/freebsd-10.1-release/sys/kern/
H A Dsubr_lock.c175 struct lphead lpt_lpalloc; member in struct:lock_prof_type
217 SLIST_INIT(&type->lpt_lpalloc);
220 SLIST_INSERT_HEAD(&type->lpt_lpalloc, &type->lpt_prof[i],
461 lp = SLIST_FIRST(&type->lpt_lpalloc);
466 SLIST_REMOVE_HEAD(&type->lpt_lpalloc, link);

Completed in 52 milliseconds