Lines Matching defs:next
468 * move to the first rsb in the next non-empty bucket
504 struct rb_node *next;
513 * move to the next rsb in the same bucket
518 next = rb_next(&rp->res_hashnode);
520 if (next) {
521 r = rb_entry(next, struct dlm_rsb, res_hashnode);
533 * move to the first rsb in the next non-empty bucket
552 next = rb_first(tree);
553 r = rb_entry(next, struct dlm_rsb, res_hashnode);
577 .next = table_seq_next,
584 .next = table_seq_next,
591 .next = table_seq_next,
598 .next = table_seq_next,