Searched refs:MAX_SKIP_GC_COUNT (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ | ||
| H A D | segment.h | 226 #define MAX_SKIP_GC_COUNT 16 macro |
| H A D | gc.c | 1778 if (skipped_round <= MAX_SKIP_GC_COUNT || skipped_round * 2 < round) { in f2fs_gc() |