Searched refs:ul_next (Results 1 – 3 of 3) sorted by relevance
97 pp->ulp_null_list.ul_next = &pp->ulp_null_list; in uu_list_pool_create()114 if (pp->ulp_null_list.ul_next != &pp->ulp_null_list || in uu_list_pool_destroy()220 lp->ul_next = next; in uu_list_create()223 prev->ul_next = lp; in uu_list_create()252 lp->ul_next->ul_prev = lp->ul_prev; in uu_list_destroy()253 lp->ul_prev->ul_next = lp->ul_next; in uu_list_destroy()256 lp->ul_next = NULL; in uu_list_destroy()
1859 <var-decl name='ul_next' type-id='0c0b229b' visibility='default'/>
69 uu_list_t *ul_next; member