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

  /src/common/lib/libc/gen/
rb.c 199 * updating RB_FATHER(rb_node)->rb_nodes[RB_POSITION(rb_node)] will
350 grandpa->rb_nodes[RB_POSITION(old_father)] = new_father;
486 KASSERT(RB_FATHER(self)->rb_nodes[RB_POSITION(self) ^ RB_DIR_OTHER] == grandpa);
500 const unsigned int which = RB_POSITION(self);
524 if (__predict_false(rbt->rbt_minmax[RB_POSITION(self)] == self)) {
525 rbt->rbt_minmax[RB_POSITION(self)] = father;
553 const unsigned int standin_which = RB_POSITION(standin);
600 KASSERT(RB_POSITION(standin_son) == standin_which);
602 KASSERT(RB_POSITION(standin_son) == standin_other);
644 KASSERT(RB_POSITION(self->rb_nodes[standin_other]) == standin_other)
    [all...]
  /src/sys/sys/
rbtree.h 76 #define RB_POSITION(rb) \
78 #define RB_RIGHT_P(rb) (RB_POSITION(rb) == RB_DIR_RIGHT)
79 #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 16 milliseconds