Searched refs:young (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 23 | 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 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 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 D | pkvm.c | 532 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 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/net/ipv4/ |
| H A D | inet_connection_sock.c | 971 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 D | mmflags.h | 158 IF_HAVE_PG_IDLE(young) \
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 1734 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 D | pgtable.c | 1309 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 D | xgene_pmu.c | 407 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),
|