Home
last modified time | relevance | path

Searched refs:young (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst23 | pte_young | Tests a young PTE |
37 | pte_mkyoung | Creates a young PTE |
71 | ptep_test_and_clear_young | Clears young from a PTE |
93 | pmd_young | Tests a young PMD |
107 | pmd_mkyoung | Creates a young PMD |
144 | pmdp_test_and_clear_young | Clears young from a PMD |
166 | pud_young | Tests a young PUD |
172 | pud_mkyoung | Creates a young PUD |
195 | pudp_test_and_clear_young | Clears young from a PUD |
H A Dmultigen_lru.rst31 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
114 The aging produces young generations. Given an ``lruvec``, it
120 young PTEs. For the former, it iterates ``lruvec_memcg()->mm_list``
123 the latter, when the eviction walks the rmap and finds a young PTE,
124 the aging scans the adjacent PTEs. For both, on finding a young PTE,
190 trips into the rmap. It scans the adjacent PTEs of a young PTE and
204 will be scanned for young pages.
234 1. It has the young and the old (generations), i.e., the counterparts
/linux/arch/arm64/kvm/
H A Dpkvm.c532 bool young = false; in pkvm_pgtable_stage2_test_clear_young() local
539 young |= kvm_call_hyp_nvhe(__pkvm_host_test_clear_young_guest, handle, mapping->gfn, in pkvm_pgtable_stage2_test_clear_young()
542 return young; in pkvm_pgtable_stage2_test_clear_young()
/linux/arch/arm/mm/
H A Dproc-macros.S221 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
266 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
/linux/net/ipv4/
H A Dinet_connection_sock.c971 atomic_inc(&queue->young); in reqsk_queue_migrated()
1091 int young = reqsk_queue_len_young(queue) << 1; in reqsk_timer_handler() local
1094 if (qlen < young) in reqsk_timer_handler()
1097 young <<= 1; in reqsk_timer_handler()
1112 atomic_dec(&queue->young); in reqsk_timer_handler()
/linux/include/trace/events/
H A Dmmflags.h158 IF_HAVE_PG_IDLE(young) \
/linux/arch/x86/kvm/mmu/
H A Dmmu.c1734 bool young = false; in kvm_rmap_age_gfn_range() local
1766 young = true; in kvm_rmap_age_gfn_range()
1772 return young; in kvm_rmap_age_gfn_range()
1782 bool young = false; in kvm_age_gfn() local
1785 young = kvm_tdp_mmu_age_gfn_range(kvm, range); in kvm_age_gfn()
1788 young |= kvm_rmap_age_gfn_range(kvm, range, false); in kvm_age_gfn()
1790 return young; in kvm_age_gfn()
1795 bool young = false; in kvm_test_age_gfn() local
1798 young = kvm_tdp_mmu_test_age_gfn(kvm, range); in kvm_test_age_gfn()
1800 if (young) in kvm_test_age_gfn()
[all …]
/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c1309 bool young; member
1321 data->young = true; in stage2_age_walker()
1354 return data.young; in kvm_pgtable_stage2_test_clear_young()
/linux/drivers/perf/
H A Dxgene_pmu.c407 XGENE_PMU_EVENT_ATTR(young-replacement, 0x1e),
412 XGENE_PMU_EVENT_ATTR(young-r-replacement, 0x23),
413 XGENE_PMU_EVENT_ATTR(young-nr-replacement, 0x24),