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