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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dsystem.h46 extern struct task_struct *_switch_to(struct task_struct *, struct task_struct *);
50 (last) = _switch_to(prev, next); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dsystem.h46 extern struct task_struct *_switch_to(struct task_struct *, struct task_struct *);
50 (last) = _switch_to(prev, next); \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dsystem.h88 #define switch_to(prev,next,last) _switch_to((prev),(next),&(last))
89 extern void _switch_to(struct task_struct *, struct task_struct *,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dsystem.h75 #define switch_to(prev,next,last) _switch_to((prev),(next),&(last))
76 extern void _switch_to(struct task_struct *, struct task_struct *,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dsystem.h88 #define switch_to(prev,next,last) _switch_to((prev),(next),&(last))
89 extern void _switch_to(struct task_struct *, struct task_struct *,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dsystem.h75 #define switch_to(prev,next,last) _switch_to((prev),(next),&(last))
76 extern void _switch_to(struct task_struct *, struct task_struct *,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dprocess.c165 _switch_to(struct task_struct *prev, struct task_struct *new, function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dprocess.c96 _switch_to(struct task_struct *prev, struct task_struct *new, function
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dentry.S585 * struct task_struct *_switch_to(struct task_struct *prev,
589 .export _switch_to, code
590 _switch_to: label

Completed in 74 milliseconds