Home
last modified time | relevance | path

Searched refs:mm_cid_switch_to (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dsched.h4123 static inline void mm_cid_switch_to(struct task_struct *prev, struct task_struct *next) in mm_cid_switch_to() function
4130 static inline void mm_cid_switch_to(struct task_struct *prev, struct task_struct *next) { } in mm_cid_switch_to() function
H A Dcore.c5515 mm_cid_switch_to(prev, next); in context_switch()