Lines Matching refs:rotateby
1147 uint32_t rotateby;
1151 rotateby = pseudo_random % x;
1152 rotate_list((&c->clean_list), rotateby);
1157 rotateby = pseudo_random % x;
1158 rotate_list((&c->very_dirty_list), rotateby);
1163 rotateby = pseudo_random % x;
1164 rotate_list((&c->dirty_list), rotateby);
1169 rotateby = pseudo_random % x;
1170 rotate_list((&c->erasable_list), rotateby);
1174 rotateby = pseudo_random % c->nr_erasing_blocks;
1175 rotate_list((&c->erase_pending_list), rotateby);
1179 rotateby = pseudo_random % c->nr_free_blocks;
1180 rotate_list((&c->free_list), rotateby);