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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dmmu_context.h40 static inline void activate_mm(struct mm_struct *prev_mm, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dmmu_context.h27 static inline void activate_mm(struct mm_struct *prev_mm, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dmmu_context.h133 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, argument
163 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, argument
174 if (prev_mm != next_mm)
179 ev5_switch_mm(prev_mm, next_mm, next);
202 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
208 ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dmmu_context.h121 static inline void activate_mm(struct mm_struct *prev_mm, argument
124 switch_mm(prev_mm, next_mm, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmmu_context.h95 static inline void activate_mm(struct mm_struct *prev_mm, argument
148 static inline void activate_mm(struct mm_struct *prev_mm, argument
170 static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dmmu_context.h70 static inline void __switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, argument
76 if (prev_mm == next_mm)
79 if (prev_mm->context.page_rwx_mask == current_rwx_mask[cpu]) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dmmu_context.h195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dswapfile.c1189 struct mm_struct *prev_mm = start_mm; local
1193 atomic_inc(&prev_mm->mm_users);
1201 mmput(prev_mm);
1202 prev_mm = mm;
1223 mmput(prev_mm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched.c505 struct mm_struct *prev_mm; member in struct:rq
2743 struct mm_struct *mm = rq->prev_mm;
2746 rq->prev_mm = NULL;
2870 rq->prev_mm = oldmm;

Completed in 241 milliseconds