Searched refs:prev_mm (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/include/asm-generic/
H A Dmmu_context.h40 static inline void activate_mm(struct mm_struct *prev_mm, activate_mm() argument
/linux-4.4.14/arch/metag/include/asm/
H A Dmmu_context.h105 static inline void activate_mm(struct mm_struct *prev_mm, activate_mm() argument
108 switch_mmu(prev_mm, next_mm); activate_mm()
/linux-4.4.14/arch/alpha/include/asm/
H A Dmmu_context.h132 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, ev5_switch_mm() argument
162 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, ev4_switch_mm() argument
173 if (prev_mm != next_mm) ev4_switch_mm()
178 ev5_switch_mm(prev_mm, next_mm, next); ev4_switch_mm()
201 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) ev5_activate_mm() argument
207 ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) ev4_activate_mm() argument
/linux-4.4.14/arch/blackfin/include/asm/
H A Dmmu_context.h73 static inline void __switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, __switch_mm() argument
79 if (prev_mm == next_mm) __switch_mm()
82 if (prev_mm->context.page_rwx_mask == current_rwx_mask[cpu]) { __switch_mm()
/linux-4.4.14/arch/tile/include/asm/
H A Dmmu_context.h126 static inline void activate_mm(struct mm_struct *prev_mm, activate_mm() argument
129 switch_mm(prev_mm, next_mm, NULL); activate_mm()
/linux-4.4.14/arch/ia64/include/asm/
H A Dmmu_context.h195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm)
/linux-4.4.14/arch/m68k/include/asm/
H A Dmmu_context.h204 static inline void activate_mm(struct mm_struct *prev_mm, activate_mm() argument
294 static inline void activate_mm(struct mm_struct *prev_mm, activate_mm() argument
322 static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) activate_mm() argument
/linux-4.4.14/mm/
H A Dswapfile.c1486 struct mm_struct *prev_mm = start_mm; try_to_unuse() local
1490 atomic_inc(&prev_mm->mm_users); try_to_unuse()
1498 mmput(prev_mm); try_to_unuse()
1499 prev_mm = mm; try_to_unuse()
1520 mmput(prev_mm); try_to_unuse()
/linux-4.4.14/kernel/sched/
H A Dsched.h606 struct mm_struct *prev_mm; member in struct:rq
H A Dcore.c2542 struct mm_struct *mm = rq->prev_mm;
2561 rq->prev_mm = NULL;
2691 rq->prev_mm = oldmm; context_switch()

Completed in 345 milliseconds