Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_lock.c258 struct lphead lpt_lpalloc; member
302 SLIST_INIT(&type->lpt_lpalloc); in lock_prof_init_type()
305 SLIST_INSERT_HEAD(&type->lpt_lpalloc, &type->lpt_prof[i], in lock_prof_init_type()
552 lp = SLIST_FIRST(&type->lpt_lpalloc); in lock_profile_lookup()
557 SLIST_REMOVE_HEAD(&type->lpt_lpalloc, link); in lock_profile_lookup()