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

/freebsd-10.1-release/sys/kern/
H A Dsubr_lock.c176 struct lpohead lpt_lpoalloc; member in struct:lock_prof_type
218 LIST_INIT(&type->lpt_lpoalloc);
222 LIST_INSERT_HEAD(&type->lpt_lpoalloc, &type->lpt_objs[i],
489 l = LIST_FIRST(&type->lpt_lpoalloc);
625 LIST_INSERT_HEAD(&type->lpt_lpoalloc, l, lpo_link);

Completed in 117 milliseconds