Home
last modified time | relevance | path

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

12

/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-arch.rst22 默认情况下,switch_to arch函数在调用时锁定了运行队列。这通常不是一个问题,除非
23 switch_to可能需要获取运行队列锁。这通常是由于上下文切换中的唤醒操作造成的。
25 为了要求调度器在运行队列解锁的情况下调用switch_to,你必须在头文件
26 中`#define __ARCH_WANT_UNLOCKED_CTXSW`(通常是定义switch_to的那个文件)。
/linux/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
15 To request the scheduler call switch_to with the runqueue unlocked,
17 (typically the one where switch_to is defined).
H A Dmembarrier.rst31 - arm64 relies on the full barrier implied by switch_to().
/linux/arch/xtensa/include/asm/
H A Dswitch_to.h17 #define switch_to(prev,next,last) \ macro
/linux/include/asm-generic/
H A Dswitch_to.h21 #define switch_to(prev, next, last) \ macro
/linux/arch/nios2/include/asm/
H A Dswitch_to.h17 #define switch_to(prev, next, last) \ macro
/linux/arch/parisc/include/asm/
H A Dswitch_to.h9 #define switch_to(prev, next, last) do { \ macro
/linux/arch/hexagon/include/asm/
H A Dswitch_to.h17 #define switch_to(p, n, r) do {\ macro
/linux/arch/alpha/include/asm/
H A Dswitch_to.h9 #define switch_to(P,N,L) \ macro
/linux/arch/microblaze/include/asm/
H A Dswitch_to.h15 #define switch_to(prev, next, last) \ macro
/linux/arch/arc/include/asm/
H A Dswitch_to.h17 #define switch_to(prev, next, last) \ macro
/linux/arch/m68k/include/asm/
H A Dswitch_to.h31 #define switch_to(prev,next,last) do { \ macro
/linux/arch/arm/include/asm/
H A Dswitch_to.h27 #define switch_to(prev,next,last) \ macro
/linux/arch/loongarch/include/asm/
H A Dswitch_to.h35 #define switch_to(prev, next, last) \ macro
/linux/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
/linux/arch/csky/include/asm/
H A Dswitch_to.h27 #define switch_to(prev, next, last) \ macro
/linux/drivers/misc/
H A Dhisi_hikey_usb.c74 int switch_to) in usb_switch_ctrl() argument
79 gpiod_set_value_cansleep(hisi_hikey_usb->otg_switch, switch_to); in usb_switch_ctrl()
/linux/arch/x86/include/asm/
H A Dswitch_to.h49 #define switch_to(prev, next, last) \ macro
/linux/arch/sh/include/asm/
H A Dswitch_to_32.h70 #define switch_to(prev, next, last) \ macro
/linux/arch/um/include/asm/
H A DKbuild24 generic-y += switch_to.h
/linux/arch/mips/include/asm/
H A Dswitch_to.h109 #define switch_to(prev, next, last) \ macro
/linux/Documentation/translations/zh_CN/mm/
H A Dvmalloced-kernel-stacks.rst49 具有未填充页表的虚拟地址时,这种机制需要工作,或者架构代码(switch_to()和
/linux/arch/powerpc/include/asm/
H A Dswitch_to.h17 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next))) macro
/linux/arch/riscv/include/asm/
H A Dswitch_to.h95 #define switch_to(prev, next, last) \ macro

12