Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Dgc.c534 unsigned int dirty_threshold = max(am->max_candidate_count, in atgc_lookup_victim()
604 unsigned int dirty_threshold = max(am->max_candidate_count, in atssr_lookup_victim()
1969 am->max_candidate_count = DEF_GC_THREAD_MAX_CANDIDATE_COUNT; in init_atgc_management()
Dsysfs.c1005 ATGC_INFO_RW_ATTR(atgc_candidate_count, max_candidate_count);
Df2fs.h1270 unsigned int max_candidate_count; /* max candidate count */ member