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

  /src/common/lib/libc/gen/
rb.c 415 KASSERT(RB_BLACK_P(grandpa));
421 if (RB_BLACK_P(uncle))
438 KASSERT(RB_BLACK_P(grandpa));
445 if (RB_BLACK_P(father)) {
449 KASSERT(RB_BLACK_P(rbt->rbt_root));
457 KASSERT(RB_BLACK_P(uncle));
458 KASSERT(RB_BLACK_P(grandpa));
488 KASSERT(RB_BLACK_P(father));
507 KASSERT(!rebalance || RB_BLACK_P(self));
557 bool rebalance = RB_BLACK_P(standin)
    [all...]
  /src/sys/sys/
rbtree.h 81 #define RB_BLACK_P(rb) (RB_SENTINEL_P(rb) || ((rb)->rb_info & RB_FLAG_RED) == 0)

Completed in 27 milliseconds