Searched refs:force_scan (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/admin-guide/mm/ |
H A D | multigen_lru.rst | 125 ``+ memcg_id node_id max_gen_nr [can_swap [force_scan]]`` 129 ``force_scan`` defaults to ``1`` and, if it is set to ``0``, it
|
/linux/drivers/mtd/ubi/ |
H A D | attach.c | 1555 int ubi_attach(struct ubi_device *ubi, int force_scan) in ubi_attach() argument 1568 force_scan = 1; in ubi_attach() 1571 if (force_scan) in ubi_attach()
|
/linux/mm/ |
H A D | vmscan.c | 2854 if (!walk->force_scan && !test_bit(key, &mm->lru_gen.bitmap)) in get_next_mm() 3046 walk->force_scan = true; in iterate_mm_list() 3582 if (!walk->force_scan && should_clear_pmd_young() && in walk_pmd_range_locked() 3667 if (!walk->force_scan && should_clear_pmd_young() && in walk_pmd_range() 3675 if (!walk->force_scan && !test_bloom_filter(mm_state, walk->seq, pmd + i)) in walk_pmd_range() 3968 int swappiness, bool force_scan) in try_to_inc_max_seq() argument 4005 walk->force_scan = force_scan; in try_to_inc_max_seq() 5413 int swappiness, bool force_scan) in run_aging() argument 5420 return try_to_inc_max_seq(lruvec, max_seq, swappiness, force_scan) ? 0 : -EEXIST; in run_aging()
|