Home
last modified time | relevance | path

Searched refs:switch_to (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-arch.rst10 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 Dsun_init.c65 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 Dlnx_init.c66 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 Dswitch_to.h53 # 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 Dswitch_to.h17 #define switch_to(prev,next,last) \ macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dswitch_to.h21 #define switch_to(prev, next, last) \ macro
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dswitch_to.h17 #define switch_to(prev, next, last) \ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dswitch_to.h9 #define switch_to(prev, next, last) do { \ macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dswitch_to.h17 #define switch_to(p, n, r) do {\ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dswitch_to.h9 #define switch_to(P,N,L) \ macro
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dswitch_to.h35 #define switch_to(prev, next, last) \ macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dswitch_to.h15 #define switch_to(prev, next, last) \ macro
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dhisi_hikey_usb.c79 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 Dswitch_to.h17 #define switch_to(prev, next, last) \ macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dswitch_to.h31 #define switch_to(prev,next,last) do { \ macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dswitch_to.h26 #define switch_to(prev,next,last) \ macro
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dswitch_to.h21 #define switch_to(prev, next, last) \ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dswitch_to_64.h21 #define switch_to(prev, next, last) \ macro
H A Dswitch_to_32.h58 #define switch_to(prev, next, last) do { \ macro
/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A DMakefile10 obj-y += switch_to.o entry.o vectors.o c6x_ksyms.o
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dswitch_to.h28 #define switch_to(prev, next, last) \ macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dswitch_to.h33 #define switch_to(prev, next, last) do { \ macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dswitch_to.h47 #define switch_to(prev, next, last) \ macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dswitch_to.h69 #define switch_to(prev, next, last) \ macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A DKbuild24 generic-y += switch_to.h

12