Searched refs:rotateby (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dscan.c1105 uint32_t rotateby; local
1109 rotateby = pseudo_random % x;
1110 rotate_list((&c->clean_list), rotateby);
1115 rotateby = pseudo_random % x;
1116 rotate_list((&c->very_dirty_list), rotateby);
1121 rotateby = pseudo_random % x;
1122 rotate_list((&c->dirty_list), rotateby);
1127 rotateby = pseudo_random % x;
1128 rotate_list((&c->erasable_list), rotateby);
1132 rotateby
[all...]

Completed in 83 milliseconds