Home
last modified time | relevance | path

Searched refs:TIF_NEED_RESCHED (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.15/arch/um/include/asm/
H A Dthread_info.h37 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
49 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/m68k/include/asm/
H A Dthread_info.h64 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro
73 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/nios2/include/asm/
H A Dthread_info.h76 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/openrisc/include/asm/
H A Dthread_info.h90 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
104 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-6.15/arch/arc/include/asm/
H A Dthread_info.h77 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
88 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-6.15/arch/hexagon/include/asm/
H A Dthread_info.h89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
99 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/parisc/include/asm/
H A Dthread_info.h43 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/riscv/include/asm/
H A Dthread_info.h110 #define TIF_NEED_RESCHED 0 /* rescheduling necessary */ macro
121 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/sparc/include/asm/
H A Dthread_info_32.h105 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
118 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
H A Dthread_info_64.h181 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
201 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-6.15/arch/loongarch/include/asm/
H A Dthread_info.h69 #define TIF_NEED_RESCHED 0 /* rescheduling necessary */ macro
92 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-6.15/arch/csky/include/asm/
H A Dthread_info.h58 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/s390/include/asm/
H A Dthread_info.h63 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
84 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
/linux-6.15/arch/microblaze/include/asm/
H A Dthread_info.h101 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
115 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/xtensa/include/asm/
H A Dthread_info.h117 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
130 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-6.15/arch/sh/include/asm/
H A Dthread_info.h102 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
114 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/alpha/include/asm/
H A Dthread_info.h64 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
73 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-6.15/arch/arm64/include/asm/
H A Dthread_info.h61 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro
87 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/mips/include/asm/
H A Dthread_info.h111 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
136 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-6.15/arch/x86/include/asm/
H A Dthread_info.h89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
113 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/arm/include/asm/
H A Dthread_info.h143 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro
158 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-6.15/arch/powerpc/include/asm/
H A Dthread_info.h99 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
125 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-6.15/include/linux/
H A Dthread_info.h66 #define TIF_NEED_RESCHED_LAZY TIF_NEED_RESCHED
208 return tif_test_bit(TIF_NEED_RESCHED); in tif_need_resched()
/linux-6.15/arch/m68k/coldfire/
H A Dentry.S111 andl #(1<<TIF_NEED_RESCHED),%d1
143 btst #TIF_NEED_RESCHED,%d1
/linux-6.15/Documentation/translations/zh_CN/scheduler/
H A Dsched-arch.rst37 2. need_resched/TIF_NEED_RESCHED 只会被设置,并且在运行任务调用 schedule()

12