Home
last modified time | relevance | path

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

/fs/f2fs/
A Dgc.c199 gc_th->valid_thresh_ratio = DEF_GC_THREAD_VALID_THRESH_RATIO; in f2fs_start_gc_thread()
390 unsigned int valid_thresh_ratio) in get_gc_cost() argument
395 if (p->one_time_gc && (valid_thresh_ratio < 100) && in get_gc_cost()
397 CAP_BLKS_PER_SEC(sbi) * valid_thresh_ratio / 100)) in get_gc_cost()
778 unsigned int valid_thresh_ratio = 100; in f2fs_get_victim() local
791 valid_thresh_ratio = sbi->gc_thread->valid_thresh_ratio; in f2fs_get_victim()
918 cost = get_gc_cost(sbi, segno, &p, valid_thresh_ratio); in f2fs_get_victim()
A Dgc.h70 unsigned int valid_thresh_ratio; member
A Dsysfs.c1094 GC_THREAD_RW_ATTR(gc_valid_thresh_ratio, valid_thresh_ratio);

Completed in 10 milliseconds