Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/lib/libuutil/
HDuu_list.c203 lp->ul_pool = pp; in uu_list_create()
232 uu_list_pool_t *pp = lp->ul_pool; in uu_list_destroy()
257 lp->ul_pool = NULL; in uu_list_destroy()
271 if (np->uln_next != POOL_TO_MARKER(lp->ul_pool) || in list_insert()
317 uu_compare_fn_t *func = lp->ul_pool->ulp_cmp; in uu_list_find()
580 np->uln_next = POOL_TO_MARKER(lp->ul_pool); in uu_list_remove()
HDlibuutil.abi1865 <var-decl name='ul_pool' type-id='0941e04e' visibility='default'/>
/freebsd-head/sys/contrib/openzfs/include/
HDlibuutil_impl.h72 uu_list_pool_t *ul_pool; member