Lines Matching defs:next_node
2909 struct rb_node *next_node;
2914 next_node = rb_first_cached(&rq->dl.pushable_dl_tasks_root);
2915 while (next_node) {
2916 p = __node_2_pdl(next_node);
2921 next_node = rb_next(next_node);
3020 struct rb_node *next_node;
3025 next_node = rb_first_cached(&rq->dl.pushable_dl_tasks_root);
3026 while (next_node) {
3027 i = __node_2_pdl(next_node);
3034 next_node = rb_next(next_node);