Searched refs:force_scan (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/Documentation/admin-guide/mm/ |
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-v6.1/mm/ |
D | vmscan.c | 3427 if (!walk->force_scan && !test_bit(key, &mm->lru_gen.bitmap)) in should_skip_mm() 3492 walk->force_scan = true; in iterate_mm_list() 4096 if (!walk->force_scan && !test_bloom_filter(walk->lruvec, walk->max_seq, pmd + i)) in walk_pmd_range() 4311 static void inc_max_seq(struct lruvec *lruvec, bool can_swap, bool force_scan) in inc_max_seq() argument 4325 VM_WARN_ON_ONCE(!force_scan && (type == LRU_GEN_FILE || can_swap)); in inc_max_seq() 4368 struct scan_control *sc, bool can_swap, bool force_scan) in try_to_inc_max_seq() argument 4389 if (!force_scan && !(arch_has_hw_pte_young() && get_cap(LRU_GEN_MM_WALK))) { in try_to_inc_max_seq() 4403 walk->force_scan = force_scan; in try_to_inc_max_seq() 4423 inc_max_seq(lruvec, can_swap, force_scan); in try_to_inc_max_seq() 5614 bool can_swap, bool force_scan) in run_aging() argument [all …]
|
/Linux-v6.1/drivers/mtd/ubi/ |
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()
|
D | ubi.h | 833 int ubi_attach(struct ubi_device *ubi, int force_scan);
|
/Linux-v6.1/include/linux/ |
D | mmzone.h | 475 bool force_scan; member
|