/Linux-v4.19/Documentation/scheduler/ |
D | sched-arch.txt | 8 By default, the switch_to arch function is called with the runqueue 9 locked. This is usually not a problem unless switch_to may need to 11 the context switch. See arch/ia64/include/asm/switch_to.h for an example. 13 To request the scheduler call switch_to with the runqueue unlocked, 15 (typically the one where switch_to is defined).
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | switch_to.h | 61 # define switch_to(prev,next,last) do { \ macro 77 # define switch_to(prev,next,last) __switch_to(prev, next, last) macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | switch_to.h | 17 #define switch_to(prev,next,last) \ macro
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | switch_to.h | 17 #define switch_to(prev, next, last) \ macro
|
/Linux-v4.19/include/asm-generic/ |
D | switch_to.h | 25 #define switch_to(prev, next, last) \ macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | switch_to.h | 9 #define switch_to(prev, next, last) do { \ macro
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | switch_to.h | 30 #define switch_to(p, n, r) do {\ macro
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | switch_to.h | 9 #define switch_to(P,N,L) \ macro
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | switch_to.h | 35 #define switch_to(prev, next, last) \ macro
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | switch_to.h | 24 #define switch_to(prev, next, last) \ macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | switch_to.h | 18 #define switch_to(prev, next, last) \ macro
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | switch_to.h | 31 #define switch_to(prev,next,last) do { \ macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | switch_to.h | 26 #define switch_to(prev,next,last) \ macro
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | switch_to.h | 24 #define switch_to(prev, next, last) \ macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | switch_to_64.h | 21 #define switch_to(prev, next, last) \ macro
|
D | switch_to_32.h | 58 #define switch_to(prev, next, last) do { \ macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | switch_to_64.h | 24 #define switch_to(prev,next,last) \ macro
|
D | switch_to_32.h | 70 #define switch_to(prev, next, last) \ macro
|
/Linux-v4.19/arch/c6x/kernel/ |
D | Makefile | 10 obj-y += switch_to.o entry.o vectors.o c6x_ksyms.o
|
/Linux-v4.19/arch/s390/include/asm/ |
D | switch_to.h | 33 #define switch_to(prev, next, last) do { \ macro
|
/Linux-v4.19/arch/arc/include/asm/ |
D | switch_to.h | 39 #define switch_to(prev, next, last) \ macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | switch_to.h | 61 #define switch_to(prev, next, last) \ macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | switch_to.h | 70 #define switch_to(prev, next, last) \ macro
|
/Linux-v4.19/arch/um/include/asm/ |
D | Kbuild | 25 generic-y += switch_to.h
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | Kbuild | 25 generic-y += switch_to.h
|