Searched refs:AVL_BEFORE (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | avl.h | 124 #define AVL_BEFORE (0) macro 182 * direction - either AVL_AFTER or AVL_BEFORE the data "here". 205 #define AVL_PREV(tree, node) avl_walk(tree, node, AVL_BEFORE) 214 * direction - either AVL_BEFORE or AVL_AFTER 228 * less = avl_nearest(tree, where, AVL_BEFORE);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_rlock.c | 166 rl = (rl_t *)avl_nearest(tree, where, AVL_BEFORE); 370 prev = (rl_t *)avl_nearest(tree, where, AVL_BEFORE);
|
H A D | dsl_deadlist.c | 238 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); 443 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE);
|
H A D | range_tree.c | 188 rs_before = avl_nearest(&rt->rt_root, where, AVL_BEFORE);
|
H A D | zap_micro.c | 779 int direction = AVL_BEFORE; 802 if (direction == AVL_BEFORE) {
|
H A D | dnode_sync.c | 421 AVL_BEFORE);
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | acquire_iodevs.c | 243 ix_insert_here(pos, new, AVL_BEFORE); 291 p = avl_nearest(l, where, AVL_BEFORE);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_resource.c | 467 AVL_BEFORE);
|
/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | uu_avl.c | 542 return (avl_nearest(&ap->ua_tree, INDEX_DECODE(idx), AVL_BEFORE));
|
/illumos-gate/usr/src/common/avl/ |
H A D | avl.c | 561 * before (AVL_AFTER, AVL_BEFORE) the data "here". 579 int child = direction; /* rely on AVL_BEFORE == 0, AVL_AFTER == 1 */ 587 ASSERT(direction == AVL_BEFORE || direction == AVL_AFTER);
|
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_ioc.c | 1515 AVL_BEFORE);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | watchpoint.c | 1590 wap = avl_nearest(&p->p_warea, real_where, AVL_BEFORE);
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_usage.c | 689 walker = avl_nearest(tree, where, AVL_BEFORE);
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_tgt.c | 1257 result = avl_nearest(sess_avl, where, AVL_BEFORE);
|
Completed in 131 milliseconds