Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c1711 unsigned int skipped_round = 0, round = 0; in f2fs_gc() local
1769 skipped_round++; in f2fs_gc()
1783 if (skipped_round <= MAX_SKIP_GC_COUNT || skipped_round * 2 < round) { in f2fs_gc()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c1805 unsigned int skipped_round = 0, round = 0; in f2fs_gc() local
1885 skipped_round++; in f2fs_gc()
1887 if (skipped_round > MAX_SKIP_GC_COUNT && in f2fs_gc()
1888 skipped_round * 2 >= round) { in f2fs_gc()

Completed in 6 milliseconds