Home
last modified time | relevance | path

Searched refs:RB_ROOT (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Drbtree.h117 #define RB_ROOT (rb_root_t) { NULL, } macro
Dsched.h240 mm_rb: RB_ROOT, \
/linux-2.4.37.9/net/sched/
Dsch_hfsc.c1146 cl->vt_tree = RB_ROOT; in hfsc_change_class()
1147 cl->cf_tree = RB_ROOT; in hfsc_change_class()
1510 q->eligible = RB_ROOT; in hfsc_init_qdisc()
1522 q->root.vt_tree = RB_ROOT; in hfsc_init_qdisc()
1523 q->root.cf_tree = RB_ROOT; in hfsc_init_qdisc()
1574 cl->vt_tree = RB_ROOT; in hfsc_reset_class()
1575 cl->cf_tree = RB_ROOT; in hfsc_reset_class()
1598 q->eligible = RB_ROOT; in hfsc_reset_qdisc()
/linux-2.4.37.9/mm/
Dmmap.c1157 mm->mm_rb = RB_ROOT; in build_mmap_rb()
1176 mm->mm_rb = RB_ROOT; in exit_mmap()