HomeSort by: relevance | last modified time | path
    Searched refs:RB_POSITION (Results 1 - 3 of 3) sorted by relevancy

  /src/common/lib/libc/gen/
rbtree.c 208 * updating RB_FATHER(rb_node)->rb_nodes[RB_POSITION(rb_node)] will
359 grandpa->rb_nodes[RB_POSITION(old_father)] = new_father;
495 KASSERT(RB_FATHER(self)->rb_nodes[RB_POSITION(self) ^ RB_DIR_OTHER] == grandpa);
509 const unsigned int which = RB_POSITION(self);
533 if (__predict_false(rbt->rbt_minmax[RB_POSITION(self)] == self)) {
534 rbt->rbt_minmax[RB_POSITION(self)] = father;
562 const unsigned int standin_which = RB_POSITION(standin);
609 KASSERT(RB_POSITION(standin_son) == standin_which);
611 KASSERT(RB_POSITION(standin_son) == standin_other);
653 KASSERT(RB_POSITION(self->rb_nodes[standin_other]) == standin_other)
    [all...]
  /src/sys/sys/
rbtree.h 84 #define RB_POSITION(rb) \
86 #define RB_RIGHT_P(rb) (RB_POSITION(rb) == RB_DIR_RIGHT)
87 #define RB_LEFT_P(rb) (RB_POSITION(rb) == RB_DIR_LEFT)
  /src/sys/uvm/
uvm_map.c 424 which = RB_POSITION(&entry->rb_node) ^ RB_DIR_OTHER;

Completed in 62 milliseconds