Searched refs:oroot (Results 1 – 1 of 1) sorted by relevance
558 struct rb_root *oroot, *nroot; in fq_rehash() local564 oroot = &old_array[idx]; in fq_rehash()565 while ((op = rb_first(oroot)) != NULL) { in fq_rehash()566 rb_erase(op, oroot); in fq_rehash()