Searched refs:AVL_PREV (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/man/man3avl/ |
H A D | Makefile | 35 AVL_PREV.3avl \ 45 AVL_PREV.3avl := LINKSRC = avl_first.3avl
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | avl.h | 205 #define AVL_PREV(tree, node) avl_walk(tree, node, AVL_BEFORE) macro
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3avl.inc | 28 link path=usr/share/man/man3avl/AVL_PREV.3avl target=avl_first.3avl
|
H A D | system-kernel.man9f.inc | 482 link path=usr/share/man/man9f/AVL_PREV.9f target=avl.9f
|
/titanic_50/usr/src/common/avl/ |
H A D | avl.c | 835 neighbor = AVL_PREV(t, obj); in avl_update_lt() 849 ASSERT(((neighbor = AVL_PREV(t, obj)) == NULL) || in avl_update_gt() 866 neighbor = AVL_PREV(t, obj); in avl_update()
|
/titanic_50/usr/src/lib/libuutil/common/ |
H A D | uu_avl.c | 303 return (AVL_PREV(&ap->ua_tree, node)); in uu_avl_prev() 343 AVL_PREV(t, np); in _avl_walk_advance()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 522 while ((dio = AVL_PREV(t, first)) != NULL && in vdev_queue_aggregate() 581 last = AVL_PREV(t, last); in vdev_queue_aggregate()
|
H A D | dsl_deadlist.c | 240 dle = AVL_PREV(&dl->dl_tree, dle); in dsl_deadlist_insert() 285 dle_prev = AVL_PREV(&dl->dl_tree, dle); in dsl_deadlist_remove_key()
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | as.h | 257 #define AS_SEGPREV(as, seg) AVL_PREV(&(as)->a_segtree, (seg))
|
H A D | vm_as.c | 435 lseg = AVL_PREV(&as->a_segtree, hseg); in as_addseg()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | lgrp.c | 4262 prev = AVL_PREV(tree, newseg); in lgrp_shm_policy_set() 4308 prev = AVL_PREV(tree, seg); in lgrp_shm_policy_set() 4360 AVL_PREV(tree, seg), seg); in lgrp_shm_policy_set()
|
H A D | kmem.c | 4971 sp = AVL_PREV(&cp->cache_partial_slabs, sp), i++) { in kmem_move_buffers()
|
/titanic_50/usr/src/man/man9f/ |
H A D | Makefile | 647 AVL_PREV.9f \ 1339 AVL_PREV.9f := LINKSRC = avl.9f
|