HomeSort by relevance Sort by last modified time
    Searched refs:avl_nearest (Results 1 - 25 of 25) sorted by null

  /onnv/onnv-gate/usr/src/lib/libavl/
mapfile-vers 51 avl_nearest;
  /onnv/onnv-gate/usr/src/uts/common/sys/
avl.h 88 * than a given value with avl_nearest().
123 * Direction constants used for avl_nearest().
159 * "where" for use with avl_insert() or avl_nearest().
162 * where - position for use with avl_nearest() or avl_insert(), may be NULL
229 * less = avl_nearest(tree, where, AVL_BEFORE);
231 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_avl.h 202 * than a given value with avl_nearest().
237 * Direction constants used for avl_nearest().
273 * "where" for use with avl_insert() or avl_nearest().
276 * where - position for use with avl_nearest() or avl_insert(), may be NULL
343 * less = avl_nearest(tree, where, AVL_BEFORE);
345 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
fb_avl.c 213 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) function
fileset.c 603 found_fse = avl_nearest(atp, found_loc, AVL_AFTER);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_rlock.c 159 rl = (rl_t *)avl_nearest(tree, where, AVL_AFTER);
163 rl = (rl_t *)avl_nearest(tree, where, AVL_BEFORE);
298 next = (rl_t *)avl_nearest(tree, where, AVL_AFTER);
367 prev = (rl_t *)avl_nearest(tree, where, AVL_BEFORE);
392 next = (rl_t *)avl_nearest(tree, where, AVL_AFTER);
space_map.c 111 ss_before = avl_nearest(&sm->sm_root, where, AVL_BEFORE);
112 ss_after = avl_nearest(&sm->sm_root, where, AVL_AFTER);
vdev_cache.c 339 ve = avl_nearest(&vc->vc_offset_tree, where, AVL_AFTER);
dnode.c 951 rp = avl_nearest(tree, where, AVL_BEFORE);
953 rp = avl_nearest(tree, where, AVL_AFTER);
1205 range_found = avl_nearest(&dn->dn_ranges[i], idx, AVL_BEFORE);
    [all...]
metaslab.c 371 ss = avl_nearest(t, where, AVL_AFTER);
640 ss = avl_nearest(t, where, AVL_AFTER);
    [all...]
zap_micro.c 298 mze = avl_nearest(avl, idx, AVL_AFTER);
1253 mze = avl_nearest(&zc->zc_zap->zap_m.zap_avl,
    [all...]
  /onnv/onnv-gate/usr/src/lib/libuutil/common/
uu_avl.c 533 return (avl_nearest(&ap->ua_tree, INDEX_DECODE(idx), AVL_AFTER));
543 return (avl_nearest(&ap->ua_tree, INDEX_DECODE(idx), AVL_BEFORE));
  /onnv/onnv-gate/usr/src/uts/common/os/
watchpoint.c 203 pwp = avl_nearest(&as->a_wpage, where, AVL_AFTER);
    [all...]
contract.c     [all...]
  /onnv/onnv-gate/usr/src/common/avl/
avl.c 214 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) function
  /onnv/onnv-gate/usr/src/uts/common/io/ib/clients/iser/
iser_resource.c 466 nearest_chunk = avl_nearest(&vmr_pool->ivmp_mr_list, where,
  /onnv/onnv-gate/usr/src/uts/common/vm/
vm_usage.c 689 walker = avl_nearest(tree, where, AVL_BEFORE);
709 walker = avl_nearest(tree, where, AVL_AFTER);
    [all...]
vm_as.c 373 seg = avl_nearest(&as->a_segtree, where, AVL_AFTER);
459 seg = avl_nearest(&as->a_segtree, where, AVL_AFTER);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/iscsit/
iscsit_tgt.c 1240 result = avl_nearest(sess_avl, where, AVL_BEFORE);
1250 result = avl_nearest(sess_avl, where, AVL_AFTER);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/stat/common/
acquire_iodevs.c 294 p = avl_nearest(l, where, AVL_BEFORE);
  /onnv/onnv-gate/usr/src/cmd/dlmgmtd/
dlmgmt_door.c 474 linkp = avl_nearest(&dlmgmt_id_avl, where, AVL_AFTER);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/srpt/
srpt_ioc.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/proc/
prsubr.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
bridge.c 423 bfp = avl_nearest(&bip->bi_fwd, where, AVL_AFTER);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
spd.c     [all...]

Completed in 1259 milliseconds