Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c464 unsigned int dirty_threshold = max(am->max_candidate_count, in atgc_lookup_victim() local
515 if (iter < dirty_threshold) { in atgc_lookup_victim()
523 * [target - dirty_threshold, target + dirty_threshold]
538 unsigned int dirty_threshold = max(am->max_candidate_count, in atssr_lookup_victim() local
584 if (iter < dirty_threshold) { in atssr_lookup_victim()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c534 unsigned int dirty_threshold = max(am->max_candidate_count, in atgc_lookup_victim() local
583 if (iter < dirty_threshold) { in atgc_lookup_victim()
591 * [target - dirty_threshold, target + dirty_threshold]
604 unsigned int dirty_threshold = max(am->max_candidate_count, in atssr_lookup_victim() local
647 if (iter < dirty_threshold) { in atssr_lookup_victim()

Completed in 5 milliseconds