| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A 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).
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/ |
| H A D | sun_init.c | 65 switch_to(int vt, const char *from) in switch_to() function 195 switch_to(xf86Info.vtno, "xf86OpenConsole"); in xf86OpenConsole() 239 switch_to(xf86Info.vtno, "xf86OpenConsole"); in xf86OpenConsole() 330 switch_to(xf86StartVT, "xf86CloseConsole"); in xf86CloseConsole()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_init.c | 66 switch_to(int vt, const char *from) in switch_to() function 233 if (!switch_to(xf86Info.vtno, "xf86OpenConsole")) in xf86OpenConsole() 290 if (!switch_to(xf86Info.vtno, "xf86OpenConsole")) in xf86OpenConsole() 342 switch_to(activeVT, "xf86CloseConsole"); in xf86CloseConsole()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | switch_to.h | 53 # define switch_to(prev,next,last) do { \ macro 68 # define switch_to(prev,next,last) __switch_to(prev, next, last) macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | switch_to.h | 17 #define switch_to(prev,next,last) \ macro
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | switch_to.h | 21 #define switch_to(prev, next, last) \ macro
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | switch_to.h | 17 #define switch_to(prev, next, last) \ macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | switch_to.h | 9 #define switch_to(prev, next, last) do { \ macro
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | switch_to.h | 17 #define switch_to(p, n, r) do {\ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | switch_to.h | 9 #define switch_to(P,N,L) \ macro
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | switch_to.h | 35 #define switch_to(prev, next, last) \ macro
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | switch_to.h | 15 #define switch_to(prev, next, last) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | hisi_hikey_usb.c | 79 int switch_to) in usb_switch_ctrl() argument 84 gpiod_set_value_cansleep(hisi_hikey_usb->otg_switch, switch_to); in usb_switch_ctrl()
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | switch_to.h | 17 #define switch_to(prev, next, last) \ macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | switch_to.h | 31 #define switch_to(prev,next,last) do { \ macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | switch_to.h | 26 #define switch_to(prev,next,last) \ macro
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | switch_to.h | 21 #define switch_to(prev, next, last) \ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | switch_to_64.h | 21 #define switch_to(prev, next, last) \ macro
|
| H A D | switch_to_32.h | 58 #define switch_to(prev, next, last) do { \ macro
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | Makefile | 10 obj-y += switch_to.o entry.o vectors.o c6x_ksyms.o
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | switch_to.h | 28 #define switch_to(prev, next, last) \ macro
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | switch_to.h | 33 #define switch_to(prev, next, last) do { \ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | switch_to.h | 47 #define switch_to(prev, next, last) \ macro
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | switch_to.h | 69 #define switch_to(prev, next, last) \ macro
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | Kbuild | 24 generic-y += switch_to.h
|