/linux-6.3-rc2/mm/ |
A D | pgtable-generic.c | 82 int young; in ptep_clear_flush_young() local 83 young = ptep_test_and_clear_young(vma, address, ptep); in ptep_clear_flush_young() 84 if (young) in ptep_clear_flush_young() 86 return young; in ptep_clear_flush_young() 124 int young; in pmdp_clear_flush_young() local 126 young = pmdp_test_and_clear_young(vma, address, pmdp); in pmdp_clear_flush_young() 127 if (young) in pmdp_clear_flush_young() 129 return young; in pmdp_clear_flush_young()
|
A D | mmu_notifier.c | 370 int young = 0, id; in __mmu_notifier_clear_flush_young() local 377 young |= subscription->ops->clear_flush_young( in __mmu_notifier_clear_flush_young() 382 return young; in __mmu_notifier_clear_flush_young() 390 int young = 0, id; in __mmu_notifier_clear_young() local 397 young |= subscription->ops->clear_young(subscription, in __mmu_notifier_clear_young() 402 return young; in __mmu_notifier_clear_young() 409 int young = 0, id; in __mmu_notifier_test_young() local 416 young = subscription->ops->test_young(subscription, mm, in __mmu_notifier_test_young() 418 if (young) in __mmu_notifier_test_young() 424 return young; in __mmu_notifier_test_young()
|
A D | vmscan.c | 3926 static bool suitable_to_scan(int total, int young) in suitable_to_scan() argument 3931 return young * n >= total; in suitable_to_scan() 3942 int young = 0; in walk_pte_range() local 3981 young++; in walk_pte_range() 4002 return suitable_to_scan(total, young); in walk_pte_range() 4597 int young = 0; in lru_gen_look_around() local 4655 young++; in lru_gen_look_around() 4681 if (suitable_to_scan(i, young)) in lru_gen_look_around() 5188 unsigned long young = 0; in should_run_aging() local 5213 young += size; in should_run_aging() [all …]
|
A D | huge_memory.c | 2076 bool young, write, soft_dirty, pmd_migration = false, uffd_wp = false; in __split_huge_pmd_locked() local 2161 young = is_migration_entry_young(entry); in __split_huge_pmd_locked() 2172 young = pmd_young(old_pmd); in __split_huge_pmd_locked() 2225 if (young) in __split_huge_pmd_locked() 2239 if (!young) in __split_huge_pmd_locked()
|
/linux-6.3-rc2/Documentation/mm/ |
A D | arch_pgtable_helpers.rst | 25 | pte_young | Tests a young PTE | 41 | pte_mkyoung | Creates a young PTE | 73 | ptep_test_and_clear_young | Clears young from a PTE | 97 | pmd_young | Tests a young PMD | 113 | pmd_mkyoung | Creates a young PMD | 147 | pmdp_test_and_clear_young | Clears young from a PMD | 171 | pud_young | Tests a young PUD | 179 | pud_mkyoung | Creates a young PUD | 203 | pudp_test_and_clear_young | Clears young from a PUD |
|
A D | multigen_lru.rst | 31 profit from discovering a young PTE. A page table walk can sweep all 32 the young PTEs in an address space, but the address space can be too 113 The aging produces young generations. Given an ``lruvec``, it 119 young PTEs. For the former, it iterates ``lruvec_memcg()->mm_list`` 122 the latter, when the eviction walks the rmap and finds a young PTE, 123 the aging scans the adjacent PTEs. For both, on finding a young PTE, 168 trips into the rmap. It scans the adjacent PTEs of a young PTE and 182 will be scanned for young pages. 200 1. It has the young and the old (generations), i.e., the counterparts
|
/linux-6.3-rc2/include/net/ |
A D | request_sock.h | 181 atomic_t young; member 221 atomic_dec(&queue->young); in reqsk_queue_removed() 227 atomic_inc(&queue->young); in reqsk_queue_added() 238 return atomic_read(&queue->young); in reqsk_queue_len_young()
|
/linux-6.3-rc2/mm/damon/ |
A D | vaddr.c | 427 bool young; member 456 priv->young = true; in damon_young_pmd_entry() 477 priv->young = true; in damon_young_pmd_entry() 506 priv->young = true; in damon_young_hugetlb_entry() 529 .young = false, in damon_va_young() 535 return arg.young; in damon_va_young()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | pgtable.c | 608 int young; in pmdp_clear_flush_young() local 612 young = pmdp_test_and_clear_young(vma, address, pmdp); in pmdp_clear_flush_young() 613 if (young) in pmdp_clear_flush_young() 616 return young; in pmdp_clear_flush_young()
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | proc-macros.S | 221 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young? 266 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
|
/linux-6.3-rc2/net/ipv4/ |
A D | inet_connection_sock.c | 930 atomic_inc(&queue->young); in reqsk_queue_migrated() 1041 int young = reqsk_queue_len_young(queue) << 1; in reqsk_timer_handler() local 1044 if (qlen < young) in reqsk_timer_handler() 1047 young <<= 1; in reqsk_timer_handler() 1058 atomic_dec(&queue->young); in reqsk_timer_handler()
|
/linux-6.3-rc2/include/linux/ |
A D | page-flags.h | 591 TESTPAGEFLAG(Young, young, PF_ANY) in TESTPAGEFLAG() argument 592 SETPAGEFLAG(Young, young, PF_ANY) in TESTPAGEFLAG() 593 TESTCLEARFLAG(Young, young, PF_ANY) in TESTPAGEFLAG()
|
/linux-6.3-rc2/fs/proc/ |
A D | task_mmu.c | 455 bool compound, bool young, bool dirty, bool locked, in smaps_account() argument 473 if (young || page_is_young(page) || PageReferenced(page)) in smaps_account() 540 bool migration = false, young = false, dirty = false; in smaps_pte_entry() local 544 young = pte_young(*pte); in smaps_pte_entry() 575 smaps_account(mss, page, false, young, dirty, locked, migration); in smaps_pte_entry()
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 908 int young = ptep_test_and_clear_young(vma, address, ptep); in ptep_clear_flush_young() local 910 if (young) { in ptep_clear_flush_young() 922 return young; in ptep_clear_flush_young()
|
/linux-6.3-rc2/arch/x86/kvm/mmu/ |
A D | mmu.c | 1610 int young = 0; in kvm_age_rmap() local 1613 young |= mmu_spte_age(sptep); in kvm_age_rmap() 1615 return young; in kvm_age_rmap() 1667 bool young = false; in kvm_age_gfn() local 1670 young = kvm_handle_gfn_range(kvm, range, kvm_age_rmap); in kvm_age_gfn() 1673 young |= kvm_tdp_mmu_age_gfn_range(kvm, range); in kvm_age_gfn() 1675 return young; in kvm_age_gfn() 1680 bool young = false; in kvm_test_age_gfn() local 1683 young = kvm_handle_gfn_range(kvm, range, kvm_test_age_rmap); in kvm_test_age_gfn() 1686 young |= kvm_tdp_mmu_test_age_gfn(kvm, range); in kvm_test_age_gfn() [all …]
|
/linux-6.3-rc2/drivers/perf/ |
A D | xgene_pmu.c | 418 XGENE_PMU_EVENT_ATTR(young-replacement, 0x1e), 423 XGENE_PMU_EVENT_ATTR(young-r-replacement, 0x23), 424 XGENE_PMU_EVENT_ATTR(young-nr-replacement, 0x24),
|
/linux-6.3-rc2/Documentation/process/ |
A D | 7.AdvancedTopics.rst | 25 edges and poses certain hazards; it is a young and powerful tool which is
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-fs-f2fs | 569 Description: When ATGC is on, it controls age threshold to bypass GCing young
|
A D | sysfs-driver-ufs | 1423 Contact: Jinyoung Choi <j-young.choi@samsung.com>
|