Lines Matching defs:mm
6 #include <linux/sched/mm.h>
608 struct mm_struct *mm = idle->active_mm;
614 if (mm != &init_mm) {
617 mmdrop(mm);
907 #define arch_clear_mm_cpumask_cpu(cpu, mm) cpumask_clear_cpu(cpu, mm_cpumask(mm))
914 * This function walks all processes, finds a valid mm struct for each one and
915 * then clears a corresponding bit in mm's cpumask. While this all sounds
929 * their mm mask. -- Peter Zijlstra
941 * a valid mm. Find one.
947 arch_clear_mm_cpumask_cpu(cpu, t->mm);