Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dsubr_lock.c176 struct lpohead lpt_lpoalloc; member
218 LIST_INIT(&type->lpt_lpoalloc); in lock_prof_init_type()
222 LIST_INSERT_HEAD(&type->lpt_lpoalloc, &type->lpt_objs[i], in lock_prof_init_type()
510 l = LIST_FIRST(&type->lpt_lpoalloc); in lock_profile_object_lookup()
646 LIST_INSERT_HEAD(&type->lpt_lpoalloc, l, lpo_link); in lock_profile_release_lock()