Home
last modified time | relevance | path

Searched refs:avl_nearest (Results 1 – 25 of 29) sorted by relevance

12

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c162 rl = (rl_t *)avl_nearest(tree, where, AVL_AFTER); in zfs_range_lock_writer()
166 rl = (rl_t *)avl_nearest(tree, where, AVL_BEFORE); in zfs_range_lock_writer()
301 next = (rl_t *)avl_nearest(tree, where, AVL_AFTER); in zfs_range_add_reader()
370 prev = (rl_t *)avl_nearest(tree, where, AVL_BEFORE); in zfs_range_lock_reader()
395 next = (rl_t *)avl_nearest(tree, where, AVL_AFTER); in zfs_range_lock_reader()
H A Ddsl_deadlist.c238 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_insert()
401 avl_nearest(&dl->dl_tree, where, AVL_AFTER) == NULL); in dsl_deadlist_space_range()
443 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_insert_bpobj()
512 dle = avl_nearest(&dl->dl_tree, where, AVL_AFTER); in dsl_deadlist_move_bpobj()
H A Drange_tree.c188 rs_before = avl_nearest(&rt->rt_root, where, AVL_BEFORE); in range_tree_add()
189 rs_after = avl_nearest(&rt->rt_root, where, AVL_AFTER); in range_tree_add()
H A Dvdev_cache.c349 ve = avl_nearest(&vc->vc_offset_tree, where, AVL_AFTER); in vdev_cache_write()
H A Dvdev_queue.c652 zio = avl_nearest(tree, idx, AVL_AFTER); in vdev_queue_io_to_issue()
H A Dzap_micro.c304 mze = avl_nearest(avl, idx, AVL_AFTER); in mze_find()
1291 mze = avl_nearest(&zc->zc_zap->zap_m.zap_avl, in zap_cursor_retrieve()
H A Dmetaslab.c948 rs = avl_nearest(t, where, AVL_AFTER); in metaslab_block_picker()
1132 rs = avl_nearest(t, where, AVL_AFTER); in metaslab_ndf_alloc()
H A Ddbuf.c941 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER); in dbuf_free_range()
959 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER); in dbuf_free_range()
/titanic_50/usr/src/man/man3avl/
H A DMakefile29 avl_nearest.3avl \
/titanic_50/usr/src/uts/common/sys/
H A Davl.h230 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3avl.inc24 file path=usr/share/man/man3avl/avl_nearest.3avl
/titanic_50/usr/src/lib/libavl/
H A Dmapfile-vers54 avl_nearest;
/titanic_50/usr/src/lib/libuutil/common/
H A Duu_avl.c532 return (avl_nearest(&ap->ua_tree, INDEX_DECODE(idx), AVL_AFTER)); in uu_avl_nearest_next()
542 return (avl_nearest(&ap->ua_tree, INDEX_DECODE(idx), AVL_BEFORE)); in uu_avl_nearest_prev()
/titanic_50/usr/src/uts/common/os/
H A Dwatchpoint.c196 pwp = avl_nearest(&as->a_wpage, where, AVL_AFTER); in pr_do_mappage()
1590 wap = avl_nearest(&p->p_warea, real_where, AVL_BEFORE); in pr_find_watched_area()
1598 wap = avl_nearest(&p->p_warea, real_where, AVL_AFTER); in pr_find_watched_area()
H A Dcontract.c1191 ct = avl_nearest(tree, where, AVL_AFTER); in contract_lookup_common()
1258 ct = avl_nearest(&contract_avl, where, AVL_AFTER); in contract_plookup()
1269 ct = avl_nearest(&p->p_ct_held, where, AVL_AFTER); in contract_plookup()
/titanic_50/usr/src/uts/common/io/ib/clients/iser/
H A Diser_resource.c466 nearest_chunk = avl_nearest(&vmr_pool->ivmp_mr_list, where, in iser_vmem_mr()
/titanic_50/usr/src/common/avl/
H A Davl.c226 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) in avl_nearest() function
/titanic_50/usr/src/uts/common/vm/
H A Dvm_as.c373 seg = avl_nearest(&as->a_segtree, where, AVL_AFTER); in as_findseg()
459 seg = avl_nearest(&as->a_segtree, where, AVL_AFTER); in as_addseg()
3461 pwp = avl_nearest(&as->a_wpage, where, AVL_AFTER); in as_setwatchprot()
3514 pwp = avl_nearest(&as->a_wpage, where, AVL_AFTER); in as_clearwatchprot()
H A Dvm_usage.c689 walker = avl_nearest(tree, where, AVL_BEFORE); in vmu_insert_lookup_object_bounds()
709 walker = avl_nearest(tree, where, AVL_AFTER); in vmu_insert_lookup_object_bounds()
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_tgt.c1257 result = avl_nearest(sess_avl, where, AVL_BEFORE); in iscsit_tgt_lookup_sess()
1265 result = avl_nearest(sess_avl, where, AVL_AFTER); in iscsit_tgt_lookup_sess()
/titanic_50/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c291 p = avl_nearest(l, where, AVL_BEFORE); in insert_into()
/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c3810 vfsp = avl_nearest(&vfs_by_dev, index, AVL_AFTER); in vfs_devismounted()
3844 vfsp = avl_nearest(&vfs_by_dev, index, AVL_AFTER); in vfs_dev2vfsp()
3904 vfsp = avl_nearest(&vfs_by_mntpnt, index, AVL_BEFORE); in vfs_mntpoint2vfsp()
/titanic_50/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c1514 nearest = avl_nearest(&vm_pool->svp_mr_list, where, in srpt_vmem_mr()
/titanic_50/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_door.c483 linkp = avl_nearest(&dlmgmt_id_avl, where, AVL_AFTER); in dlmgmt_getnext()
/titanic_50/usr/src/man/man9f/
H A DMakefile643 avl_nearest.9f \
1335 avl_nearest.9f := LINKSRC = avl.9f

12