Lines Matching full:mm
15 * @mm: the currently active mm context which is becoming lazy
18 * tsk->mm will be NULL
21 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() argument
29 * @tsk: task struct for the mm
30 * @mm: the new mm struct
35 struct mm_struct *mm) in init_new_context() argument
42 * destroy_context - Undo init_new_context when the mm is going away
43 * @mm: old mm struct
46 static inline void destroy_context(struct mm_struct *mm) in destroy_context() argument
52 * activate_mm - called after exec switches the current task to a new mm, to switch to it
53 * @prev_mm: previous mm of this task
54 * @next_mm: new mm
65 * dectivate_mm - called when an mm is released after exit or exec switches away from it
67 * @mm: the old mm
71 struct mm_struct *mm) in deactivate_mm() argument