Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_list.c97 pp->ulp_null_list.ul_prev_enc = UU_PTR_ENCODE(&pp->ulp_null_list); in uu_list_pool_create()
115 pp->ulp_null_list.ul_prev_enc != in uu_list_pool_destroy()
220 prev = UU_PTR_DECODE(next->ul_prev_enc); in uu_list_create()
222 lp->ul_prev_enc = UU_PTR_ENCODE(prev); in uu_list_create()
223 next->ul_prev_enc = UU_PTR_ENCODE(lp); in uu_list_create()
253 UU_LIST_PTR(lp->ul_next_enc)->ul_prev_enc = lp->ul_prev_enc; in uu_list_destroy()
254 UU_LIST_PTR(lp->ul_prev_enc)->ul_next_enc = lp->ul_next_enc; in uu_list_destroy()
256 lp->ul_prev_enc = UU_PTR_ENCODE(NULL); in uu_list_destroy()
H A Dlibuutil.abi712 …<var-decl name='ul_prev_enc' type-id='type-id-20' visibility='default' filepath='../../include/lib…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibuutil_impl.h90 uintptr_t ul_prev_enc; member