Searched refs:ul_next (Results 1 – 3 of 3) sorted by relevance
96 pp->ulp_null_list.ul_next = &pp->ulp_null_list; in uu_list_pool_create() 113 if (pp->ulp_null_list.ul_next != &pp->ulp_null_list || in uu_list_pool_destroy() 219 lp->ul_next = next; in uu_list_create() 222 prev->ul_next = lp; in uu_list_create() 251 lp->ul_next->ul_prev = lp->ul_prev; in uu_list_destroy() 252 lp->ul_prev->ul_next = lp->ul_next; in uu_list_destroy() 255 lp->ul_next = NULL; in uu_list_destroy()
1892 <var-decl name='ul_next' type-id='0c0b229b' visibility='default'/>
68 uu_list_t *ul_next; member