/linux-6.1.9/arch/nios2/include/asm/ |
D | thread_info.h | 76 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | thread_info.h | 63 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro 71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | thread_info.h | 90 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 104 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/um/include/asm/ |
D | thread_info.h | 55 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 67 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/hexagon/include/asm/ |
D | thread_info.h | 89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 99 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/arc/include/asm/ |
D | thread_info.h | 77 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 88 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | thread_info.h | 94 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 107 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | thread_info.h | 43 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | thread_info_32.h | 105 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 118 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
D | thread_info_64.h | 181 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 201 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | thread_info.h | 70 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 89 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/s390/include/asm/ |
D | thread_info.h | 67 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 93 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/csky/include/asm/ |
D | thread_info.h | 58 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/xtensa/include/asm/ |
D | thread_info.h | 117 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 130 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/microblaze/include/asm/ |
D | thread_info.h | 101 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 115 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | thread_info.h | 61 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 70 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/sh/include/asm/ |
D | thread_info.h | 105 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 117 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | thread_info.h | 65 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/mips/include/asm/ |
D | thread_info.h | 111 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 136 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/x86/include/asm/ |
D | thread_info.h | 83 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 106 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | thread_info.h | 100 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 119 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/arm/include/asm/ |
D | thread_info.h | 128 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 143 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | thread_info.h | 98 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 123 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-6.1.9/arch/m68k/coldfire/ |
D | entry.S | 112 andl #(1<<TIF_NEED_RESCHED),%d1 144 btst #TIF_NEED_RESCHED,%d1
|
/linux-6.1.9/Documentation/translations/zh_CN/scheduler/ |
D | sched-arch.rst | 38 2. need_resched/TIF_NEED_RESCHED 只会被设置,并且在运行任务调用 schedule()
|