Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_list.c53 #define NODE_TO_INDEX(p, n) (((uintptr_t)(n) & ~INDEX_MAX) | (p)->ul_index)
54 #define INDEX_VALID(p, i) (((i) & INDEX_MAX) == (p)->ul_index)
210 lp->ul_index = (pp->ulp_last_index = INDEX_NEXT(pp->ulp_last_index)); in uu_list_create()
281 lp->ul_index = INDEX_NEXT(lp->ul_index); in list_insert()
552 lp->ul_index = INDEX_NEXT(lp->ul_index); in uu_list_remove()
H A Dlibuutil.abi733 …<var-decl name='ul_index' type-id='type-id-27' visibility='default' filepath='../../include/libuut…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibuutil_impl.h98 uint8_t ul_index; /* mark for uu_list_index_ts */ member