Searched refs:ul_next_enc (Results 1 – 3 of 3) sorted by relevance
97 pp->ulp_null_list.ul_next_enc = UU_PTR_ENCODE(&pp->ulp_null_list); in uu_list_pool_create()114 if (pp->ulp_null_list.ul_next_enc != in uu_list_pool_destroy()222 lp->ul_next_enc = UU_PTR_ENCODE(next); in uu_list_create()225 prev->ul_next_enc = UU_PTR_ENCODE(lp); in uu_list_create()254 UU_LIST_PTR(lp->ul_next_enc)->ul_prev_enc = lp->ul_prev_enc; in uu_list_destroy()255 UU_LIST_PTR(lp->ul_prev_enc)->ul_next_enc = lp->ul_next_enc; in uu_list_destroy()258 lp->ul_next_enc = UU_PTR_ENCODE(NULL); in uu_list_destroy()
89 uintptr_t ul_next_enc; member
196 if (UU_LIST_PTR(ulp.ulp_null_list.ul_next_enc) == in uutil_list_walk_init()204 (uintptr_t)UU_LIST_PTR(ulp.ulp_null_list.ul_next_enc); in uutil_list_walk_init()227 ulw->ulw_current = (uintptr_t)UU_LIST_PTR(ul.ul_next_enc); in uutil_list_walk_step()