Searched defs:mn (Results 1 - 3 of 3) sorted by relevance

/mm/
H A Dmmu_notifier.c58 struct mmu_notifier *mn; local
66 hlist_for_each_entry_rcu(mn, &mm->mmu_notifier_mm->list, hlist)
73 if (mn->ops->release)
74 mn->ops->release(mn, mm);
78 mn = hlist_entry(mm->mmu_notifier_mm->list.first,
87 hlist_del_init_rcu(&mn->hlist);
113 struct mmu_notifier *mn; local
117 hlist_for_each_entry_rcu(mn, &mm->mmu_notifier_mm->list, hlist) {
118 if (mn
129 struct mmu_notifier *mn; local
148 struct mmu_notifier *mn; local
162 struct mmu_notifier *mn; local
176 struct mmu_notifier *mn; local
191 struct mmu_notifier *mn; local
203 do_mmu_notifier_register(struct mmu_notifier *mn, struct mm_struct *mm, int take_mmap_sem) argument
273 mmu_notifier_register(struct mmu_notifier *mn, struct mm_struct *mm) argument
283 __mmu_notifier_register(struct mmu_notifier *mn, struct mm_struct *mm) argument
307 mmu_notifier_unregister(struct mmu_notifier *mn, struct mm_struct *mm) argument
351 mmu_notifier_unregister_no_release(struct mmu_notifier *mn, struct mm_struct *mm) argument
[all...]
H A Dpage_cgroup.c244 struct memory_notify *mn = arg; local
248 ret = online_page_cgroup(mn->start_pfn,
249 mn->nr_pages, mn->status_change_nid);
252 offline_page_cgroup(mn->start_pfn,
253 mn->nr_pages, mn->status_change_nid);
256 offline_page_cgroup(mn->start_pfn,
257 mn->nr_pages, mn
[all...]
H A Dksm.c2028 struct memory_notify *mn = arg; local
2052 ksm_check_stable_tree(mn->start_pfn,
2053 mn->start_pfn + mn->nr_pages);

Completed in 97 milliseconds