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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dscan.c1091 static void rotate_list(struct list_head *head, uint32_t count) function
1110 rotate_list((&c->clean_list), rotateby);
1116 rotate_list((&c->very_dirty_list), rotateby);
1122 rotate_list((&c->dirty_list), rotateby);
1128 rotate_list((&c->erasable_list), rotateby);
1133 rotate_list((&c->erase_pending_list), rotateby);
1138 rotate_list((&c->free_list), rotateby);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c1891 char rotate_list[] = { '|', '/', '-', '\\' }; local
1928 putchar(rotate_list[rotate]);
H A Dmksquashfs.c2752 char rotate_list[] = { '|', '/', '-', '\\' }; local
2787 putchar(rotate_list[rotate]);

Completed in 134 milliseconds