Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_avl.c227 ap->ua_debug = pp->uap_debug || (flags & UU_AVL_DEBUG); in uu_avl_create()
253 if (ap->ua_debug) { in uu_avl_destroy()
325 if (ap->ua_debug || robust) { in _avl_walk_init()
427 if (ap->ua_debug) { in uu_avl_remove()
486 if (ap->ua_debug && result != NULL) in uu_avl_find()
495 if (ap->ua_debug) { in uu_avl_insert()
529 if (ap->ua_debug && !INDEX_VALID(ap, idx)) in uu_avl_nearest_next()
539 if (ap->ua_debug && !INDEX_VALID(ap, idx)) in uu_avl_nearest_prev()
H A Dlibuutil.abi353 …<var-decl name='ua_debug' type-id='type-id-27' visibility='default' filepath='../../include/libuut…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibuutil_impl.h143 uint8_t ua_debug; member