Home
last modified time | relevance | path

Searched defs:mm (Results 1 – 25 of 680) sorted by relevance

12345678910>>...28

/linux-6.15/include/linux/
H A Dmmap_lock.h63 static inline void mmap_assert_locked(const struct mm_struct *mm) in mmap_assert_locked()
75 static inline void mm_lock_seqcount_init(struct mm_struct *mm) in mm_lock_seqcount_init()
80 static inline void mm_lock_seqcount_begin(struct mm_struct *mm) in mm_lock_seqcount_begin()
85 static inline void mm_lock_seqcount_end(struct mm_struct *mm) in mm_lock_seqcount_end()
125 static inline void mmap_write_lock(struct mm_struct *mm) in mmap_write_lock()
161 static inline void vma_end_write_all(struct mm_struct *mm) in vma_end_write_all()
167 static inline void mmap_write_unlock(struct mm_struct *mm) in mmap_write_unlock()
174 static inline void mmap_write_downgrade(struct mm_struct *mm) in mmap_write_downgrade()
181 static inline void mmap_read_lock(struct mm_struct *mm) in mmap_read_lock()
198 static inline bool mmap_read_trylock(struct mm_struct *mm) in mmap_read_trylock()
[all …]
H A Dpage_table_check.h44 static inline void page_table_check_pte_clear(struct mm_struct *mm, pte_t pte) in page_table_check_pte_clear()
52 static inline void page_table_check_pmd_clear(struct mm_struct *mm, pmd_t pmd) in page_table_check_pmd_clear()
60 static inline void page_table_check_pud_clear(struct mm_struct *mm, pud_t pud) in page_table_check_pud_clear()
68 static inline void page_table_check_ptes_set(struct mm_struct *mm, in page_table_check_ptes_set()
77 static inline void page_table_check_pmd_set(struct mm_struct *mm, pmd_t *pmdp, in page_table_check_pmd_set()
86 static inline void page_table_check_pud_set(struct mm_struct *mm, pud_t *pudp, in page_table_check_pud_set()
95 static inline void page_table_check_pte_clear_range(struct mm_struct *mm, in page_table_check_pte_clear_range()
115 static inline void page_table_check_pte_clear(struct mm_struct *mm, pte_t pte) in page_table_check_pte_clear()
119 static inline void page_table_check_pmd_clear(struct mm_struct *mm, pmd_t pmd) in page_table_check_pmd_clear()
127 static inline void page_table_check_ptes_set(struct mm_struct *mm, in page_table_check_ptes_set()
[all …]
H A Dksm.h37 static inline void ksm_map_zero_page(struct mm_struct *mm) in ksm_map_zero_page()
43 static inline void ksm_might_unmap_zero_page(struct mm_struct *mm, pte_t pte) in ksm_might_unmap_zero_page()
51 static inline long mm_ksm_zero_pages(struct mm_struct *mm) in mm_ksm_zero_pages()
56 static inline void ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm) in ksm_fork()
63 static inline int ksm_execve(struct mm_struct *mm) in ksm_execve()
71 static inline void ksm_exit(struct mm_struct *mm) in ksm_exit()
104 static inline int ksm_disable(struct mm_struct *mm) in ksm_disable()
109 static inline void ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm) in ksm_fork()
113 static inline int ksm_execve(struct mm_struct *mm) in ksm_execve()
118 static inline void ksm_exit(struct mm_struct *mm) in ksm_exit()
[all …]
H A Dmmu_notifier.h231 struct mm_struct *mm; member
251 struct mm_struct *mm; member
263 struct mm_struct *mm; member
271 static inline int mm_has_notifiers(struct mm_struct *mm) in mm_has_notifiers()
399 static inline void mmu_notifier_release(struct mm_struct *mm) in mmu_notifier_release()
423 static inline int mmu_notifier_test_young(struct mm_struct *mm, in mmu_notifier_test_young()
497 struct mm_struct *mm, in mmu_notifier_range_init()
511 struct mm_struct *mm, unsigned long start, in mmu_notifier_range_init_owner()
593 static inline int mm_has_notifiers(struct mm_struct *mm) in mm_has_notifiers()
598 static inline void mmu_notifier_release(struct mm_struct *mm) in mmu_notifier_release()
[all …]
/linux-6.15/arch/x86/include/asm/
H A Dmmu_context.h55 static inline void init_new_context_ldt(struct mm_struct *mm) in init_new_context_ldt()
66 struct mm_struct *mm) in ldt_dup_context()
78 static inline void load_mm_ldt(struct mm_struct *mm) in load_mm_ldt()
153 struct mm_struct *mm) in init_new_context()
177 static inline void destroy_context(struct mm_struct *mm) in destroy_context()
197 #define deactivate_mm(tsk, mm) \ argument
202 #define deactivate_mm(tsk, mm) \ argument
211 struct mm_struct *mm) in arch_dup_pkeys()
231 static inline void arch_exit_mmap(struct mm_struct *mm) in arch_exit_mmap()
238 static inline bool is_64bit_mm(struct mm_struct *mm) in is_64bit_mm()
[all …]
H A Dpgalloc.h15 static inline int __paravirt_pgd_alloc(struct mm_struct *mm) { return 0; } in __paravirt_pgd_alloc()
20 #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm) argument
21 static inline void paravirt_pgd_free(struct mm_struct *mm, pgd_t *pgd) {} in paravirt_pgd_free()
22 static inline void paravirt_alloc_pte(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pte()
23 static inline void paravirt_alloc_pmd(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pmd()
26 static inline void paravirt_alloc_pud(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pud()
62 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel()
69 static inline void pmd_populate_kernel_safe(struct mm_struct *mm, in pmd_populate_kernel_safe()
76 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate()
97 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate()
[all …]
H A Dtlbflush.h222 struct mm_struct *mm; member
249 static inline u16 mm_global_asid(struct mm_struct *mm) in mm_global_asid()
264 static inline void mm_init_global_asid(struct mm_struct *mm) in mm_init_global_asid()
283 static inline void mm_clear_asid_transition(struct mm_struct *mm) in mm_clear_asid_transition()
288 static inline bool mm_in_asid_transition(struct mm_struct *mm) in mm_in_asid_transition()
296 static inline u16 mm_global_asid(struct mm_struct *mm) { return 0; } in mm_global_asid()
297 static inline void mm_init_global_asid(struct mm_struct *mm) { } in mm_init_global_asid()
307 #define flush_tlb_mm(mm) \ argument
327 static inline bool arch_tlbbatch_should_defer(struct mm_struct *mm) in arch_tlbbatch_should_defer()
339 static inline u64 inc_mm_tlb_gen(struct mm_struct *mm) in inc_mm_tlb_gen()
[all …]
/linux-6.15/arch/s390/include/asm/
H A Dpgalloc.h63 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free()
84 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
107 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
130 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
141 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
147 static inline void pmd_populate(struct mm_struct *mm, in pmd_populate()
153 #define pmd_populate_kernel(mm, pmd, pte) pmd_populate(mm, pmd, pte) argument
158 #define pte_alloc_one_kernel(mm) ((pte_t *)page_table_alloc(mm)) argument
159 #define pte_alloc_one(mm) ((pte_t *)page_table_alloc(mm)) argument
161 #define pte_free_kernel(mm, pte) page_table_free(mm, (unsigned long *) pte) argument
[all …]
/linux-6.15/arch/powerpc/include/asm/
H A Dmmu_context.h50 static inline void mm_iommu_init(struct mm_struct *mm) { } in mm_iommu_init()
72 static inline int alloc_extended_context(struct mm_struct *mm, in alloc_extended_context()
105 static inline int alloc_extended_context(struct mm_struct *mm, in alloc_extended_context()
120 static inline void inc_mm_active_cpus(struct mm_struct *mm) in inc_mm_active_cpus()
125 static inline void dec_mm_active_cpus(struct mm_struct *mm) in dec_mm_active_cpus()
131 static inline void mm_context_add_copro(struct mm_struct *mm) in mm_context_add_copro()
204 static inline void inc_mm_active_cpus(struct mm_struct *mm) { } in inc_mm_active_cpus()
250 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb()
272 #define pkey_mm_init(mm) argument
273 #define arch_dup_pkeys(oldmm, mm) argument
[all …]
/linux-6.15/include/asm-generic/
H A Dpgalloc.h19 static inline pte_t *__pte_alloc_one_kernel_noprof(struct mm_struct *mm) in __pte_alloc_one_kernel_noprof()
37 static inline pte_t *pte_alloc_one_kernel_noprof(struct mm_struct *mm) in pte_alloc_one_kernel_noprof()
49 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
91 static inline pgtable_t pte_alloc_one_noprof(struct mm_struct *mm) in pte_alloc_one_noprof()
150 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
198 static inline void __pud_free(struct mm_struct *mm, pud_t *pud) in __pud_free()
207 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
243 static inline void __p4d_free(struct mm_struct *mm, p4d_t *p4d) in __p4d_free()
252 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free()
279 static inline void __pgd_free(struct mm_struct *mm, pgd_t *pgd) in __pgd_free()
[all …]
/linux-6.15/arch/s390/mm/
H A Dpgtable.c79 static inline pte_t ptep_flush_direct(struct mm_struct *mm, in ptep_flush_direct()
98 static inline pte_t ptep_flush_lazy(struct mm_struct *mm, in ptep_flush_lazy()
157 struct mm_struct *mm) in pgste_update_all()
178 struct mm_struct *mm) in pgste_set_key()
250 static inline pte_t ptep_xchg_commit(struct mm_struct *mm, in ptep_xchg_commit()
336 struct mm_struct *mm = vma->vm_mm; in ptep_modify_prot_start() local
353 struct mm_struct *mm = vma->vm_mm; in ptep_modify_prot_commit() local
366 static inline void pmdp_idte_local(struct mm_struct *mm, in pmdp_idte_local()
378 static inline void pmdp_idte_global(struct mm_struct *mm, in pmdp_idte_global()
415 static inline pmd_t pmdp_flush_lazy(struct mm_struct *mm, in pmdp_flush_lazy()
[all …]
/linux-6.15/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h27 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel()
32 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
37 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one()
42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free()
54 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
59 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
76 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
82 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel()
87 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) in pmd_populate()
[all …]
H A Dmmu_context.h28 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context()
58 static inline void destroy_context(struct mm_struct *mm) in destroy_context()
85 struct mm_struct *mm) in activate_mm()
96 struct mm_struct *mm; in load_ksp_mmu() local
179 struct mm_struct *mm) in init_new_context()
187 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context()
195 static inline void destroy_context(struct mm_struct *mm) in destroy_context()
201 static inline void activate_context(struct mm_struct *mm) in activate_context()
228 struct mm_struct *mm) in init_new_context()
234 static inline void switch_mm_0230(struct mm_struct *mm) in switch_mm_0230()
[all …]
H A Dmcf_pgalloc.h8 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
15 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel()
31 #define pmd_populate(mm, pmd, pte) (pmd_val(*pmd) = (unsigned long)(pte)) argument
44 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one()
60 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free()
72 #define pmd_free(mm, pmd) BUG() argument
74 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
79 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
/linux-6.15/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h25 static inline pgd_t *radix__pgd_alloc(struct mm_struct *mm) in radix__pgd_alloc()
39 static inline void radix__pgd_free(struct mm_struct *mm, pgd_t *pgd) in radix__pgd_free()
48 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
88 static inline void p4d_populate(struct mm_struct *mm, p4d_t *pgd, pud_t *pud) in p4d_populate()
93 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one()
126 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
142 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one()
147 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
158 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel()
[all …]
/linux-6.15/arch/x86/kernel/
H A Dldt.c42 void load_mm_ldt(struct mm_struct *mm) in load_mm_ldt()
138 struct mm_struct *mm = __mm; in flush_ldt() local
189 static void do_sanity_check(struct mm_struct *mm, in do_sanity_check()
234 static void map_ldt_struct_to_user(struct mm_struct *mm) in map_ldt_struct_to_user()
247 static void sanity_check_ldt_mapping(struct mm_struct *mm) in sanity_check_ldt_mapping()
264 static void map_ldt_struct_to_user(struct mm_struct *mm) in map_ldt_struct_to_user()
393 static void free_ldt_pgtables(struct mm_struct *mm) in free_ldt_pgtables()
491 void destroy_context_ldt(struct mm_struct *mm) in destroy_context_ldt()
497 void ldt_arch_exit_mmap(struct mm_struct *mm) in ldt_arch_exit_mmap()
504 struct mm_struct *mm = current->mm; in read_ldt() local
[all …]
/linux-6.15/arch/arm64/include/asm/
H A Dmmu_context.h58 static inline void cpu_switch_mm(pgd_t *pgd, struct mm_struct *mm) in cpu_switch_mm()
102 struct mm_struct *mm = current->active_mm; in cpu_uninstall_idmap() local
173 #define init_new_context(tsk, mm) init_new_context(tsk, mm) argument
175 init_new_context(struct task_struct *tsk, struct mm_struct *mm) in init_new_context()
187 struct mm_struct *mm) in arch_dup_pkeys()
200 static inline void arch_exit_mmap(struct mm_struct *mm) in arch_exit_mmap()
204 static inline void arch_unmap(struct mm_struct *mm, in arch_unmap()
211 struct mm_struct *mm) in update_saved_ttbr0()
227 struct mm_struct *mm) in update_saved_ttbr0()
234 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb()
[all …]
/linux-6.15/include/linux/sched/
H A Dmm.h35 static inline void mmgrab(struct mm_struct *mm) in mmgrab()
47 static inline void mmdrop(struct mm_struct *mm) in mmdrop()
74 static inline void mmdrop_sched(struct mm_struct *mm) in mmdrop_sched()
81 static inline void mmdrop_sched(struct mm_struct *mm) in mmdrop_sched()
88 static inline void mmgrab_lazy_tlb(struct mm_struct *mm) in mmgrab_lazy_tlb()
94 static inline void mmdrop_lazy_tlb(struct mm_struct *mm) in mmdrop_lazy_tlb()
107 static inline void mmdrop_lazy_tlb_sched(struct mm_struct *mm) in mmdrop_lazy_tlb_sched()
131 static inline void mmget(struct mm_struct *mm) in mmget()
136 static inline bool mmget_not_zero(struct mm_struct *mm) in mmget_not_zero()
166 static inline void mm_update_next_owner(struct mm_struct *mm) in mm_update_next_owner()
[all …]
/linux-6.15/drivers/gpu/drm/
H A Ddrm_buddy.c37 static void drm_block_free(struct drm_buddy *mm, in drm_block_free()
43 static void list_insert_sorted(struct drm_buddy *mm, in list_insert_sorted()
80 static void mark_free(struct drm_buddy *mm, in mark_free()
166 static int __force_merge(struct drm_buddy *mm, in __force_merge()
327 void drm_buddy_fini(struct drm_buddy *mm) in drm_buddy_fini()
356 static int split_block(struct drm_buddy *mm, in split_block()
413 void drm_buddy_free_block(struct drm_buddy *mm, in drm_buddy_free_block()
463 void drm_buddy_free_list(struct drm_buddy *mm, in drm_buddy_free_list()
481 __alloc_range_bias(struct drm_buddy *mm, in __alloc_range_bias()
626 alloc_from_freelist(struct drm_buddy *mm, in alloc_from_freelist()
[all …]
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_vi.c48 static void update_cu_mask(struct mqd_manager *mm, void *mqd, in update_cu_mask()
91 static void init_mqd(struct mqd_manager *mm, void **mqd, in init_mqd()
157 static int load_mqd(struct mqd_manager *mm, void *mqd, in load_mqd()
170 static void __update_mqd(struct mqd_manager *mm, void *mqd, in __update_mqd()
247 static void update_mqd(struct mqd_manager *mm, void *mqd, in update_mqd()
254 static int get_wave_state(struct mqd_manager *mm, void *mqd, in get_wave_state()
292 static void restore_mqd(struct mqd_manager *mm, void **mqd, in restore_mqd()
319 static void init_mqd_hiq(struct mqd_manager *mm, void **mqd, in init_mqd_hiq()
333 static void update_mqd_hiq(struct mqd_manager *mm, void *mqd, in update_mqd_hiq()
340 static void init_mqd_sdma(struct mqd_manager *mm, void **mqd, in init_mqd_sdma()
[all …]
H A Dkfd_mqd_manager_cik.c45 static void update_cu_mask(struct mqd_manager *mm, void *mqd, in update_cu_mask()
88 static void init_mqd(struct mqd_manager *mm, void **mqd, in init_mqd()
142 static void init_mqd_sdma(struct mqd_manager *mm, void **mqd, in init_mqd_sdma()
172 static void __update_mqd(struct mqd_manager *mm, void *mqd, in __update_mqd()
216 static void update_mqd(struct mqd_manager *mm, void *mqd, in update_mqd()
223 static void update_mqd_sdma(struct mqd_manager *mm, void *mqd, in update_mqd_sdma()
260 static void restore_mqd(struct mqd_manager *mm, void **mqd, in restore_mqd()
286 static void checkpoint_mqd_sdma(struct mqd_manager *mm, in checkpoint_mqd_sdma()
298 static void restore_mqd_sdma(struct mqd_manager *mm, void **mqd, in restore_mqd_sdma()
328 static void init_mqd_hiq(struct mqd_manager *mm, void **mqd, in init_mqd_hiq()
[all …]
H A Dkfd_mqd_manager_v9.c41 static uint64_t mqd_stride_v9(struct mqd_manager *mm, in mqd_stride_v9()
62 static void update_cu_mask(struct mqd_manager *mm, void *mqd, in update_cu_mask()
160 static void init_mqd(struct mqd_manager *mm, void **mqd, in init_mqd()
231 static int load_mqd(struct mqd_manager *mm, void *mqd, in load_mqd()
243 static void update_mqd(struct mqd_manager *mm, void *mqd, in update_mqd()
336 static int get_wave_state(struct mqd_manager *mm, void *mqd, in get_wave_state()
391 static void restore_mqd(struct mqd_manager *mm, void **mqd, in restore_mqd()
423 static void init_mqd_hiq(struct mqd_manager *mm, void **mqd, in init_mqd_hiq()
437 static int destroy_hiq_mqd(struct mqd_manager *mm, void *mqd, in destroy_hiq_mqd()
456 static void init_mqd_sdma(struct mqd_manager *mm, void **mqd, in init_mqd_sdma()
[all …]
/linux-6.15/mm/
H A Dmmu_notifier.c264 struct mm_struct *mm) in mn_itree_release()
302 struct mm_struct *mm) in mn_hlist_release()
350 void __mmu_notifier_release(struct mm_struct *mm) in __mmu_notifier_release()
597 struct mm_struct *mm) in __mmu_notifier_register()
700 struct mm_struct *mm) in mmu_notifier_register()
752 struct mm_struct *mm) in mmu_notifier_get_locked()
798 struct mm_struct *mm) in mmu_notifier_unregister()
843 struct mm_struct *mm = subscription->mm; in mmu_notifier_free_rcu() local
874 struct mm_struct *mm = subscription->mm; in mmu_notifier_put() local
973 struct mm_struct *mm, unsigned long start, in mmu_interval_notifier_insert()
[all …]
/linux-6.15/arch/arm/include/asm/
H A Dpgalloc.h26 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate()
37 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) argument
38 #define pmd_free(mm, pmd) do { } while (0) argument
41 #define pud_populate(mm,pmd,pte) do { } while (0) argument
43 #define pud_populate(mm,pmd,pte) BUG() argument
78 pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel()
95 pte_alloc_one(struct mm_struct *mm) in pte_alloc_one()
125 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel()
134 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep) in pmd_populate()
/linux-6.15/tools/testing/vma/
H A Dvma.c272 struct mm_struct mm = {}; in test_simple_merge() local
306 struct mm_struct mm = {}; in test_simple_modify() local
365 struct mm_struct mm = {}; in test_simple_expand() local
393 struct mm_struct mm = {}; in test_simple_shrink() local
414 struct mm_struct mm = {}; in test_merge_new() local
610 struct mm_struct mm = {}; in test_vma_merge_special_flags() local
682 struct mm_struct mm = {}; in test_vma_merge_with_close() local
891 struct mm_struct mm = {}; in test_vma_merge_new_with_close() local
946 struct mm_struct mm = {}; in test_merge_existing() local
1176 struct mm_struct mm = {}; in test_anon_vma_non_mergeable() local
[all …]

12345678910>>...28