Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dgc.c1816 unsigned int skipped_round = 0, round = 0; in f2fs_gc() local
1896 skipped_round++; in f2fs_gc()
1898 if (skipped_round > MAX_SKIP_GC_COUNT && in f2fs_gc()
1899 skipped_round * 2 >= round) { in f2fs_gc()