/linux-6.12.1/arch/m68k/include/asm/ |
D | thread_info.h | 64 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro 73 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/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.12.1/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.12.1/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.12.1/arch/riscv/include/asm/ |
D | thread_info.h | 112 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 122 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.12.1/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.12.1/arch/s390/include/asm/ |
D | thread_info.h | 67 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 92 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
|
/linux-6.12.1/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.12.1/arch/loongarch/include/asm/ |
D | thread_info.h | 70 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 92 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-6.12.1/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.12.1/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.12.1/arch/arm64/include/asm/ |
D | thread_info.h | 61 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 87 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | thread_info.h | 64 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 73 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-6.12.1/arch/sh/include/asm/ |
D | thread_info.h | 102 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 114 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.12.1/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.12.1/arch/x86/include/asm/ |
D | thread_info.h | 89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 112 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.12.1/arch/arm/include/asm/ |
D | thread_info.h | 143 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 158 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | thread_info.h | 99 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 124 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux-6.12.1/arch/m68k/coldfire/ |
D | entry.S | 111 andl #(1<<TIF_NEED_RESCHED),%d1 143 btst #TIF_NEED_RESCHED,%d1
|
/linux-6.12.1/include/linux/ |
D | thread_info.h | 184 return arch_test_bit(TIF_NEED_RESCHED, in tif_need_resched() 192 return test_bit(TIF_NEED_RESCHED, in tif_need_resched()
|
/linux-6.12.1/Documentation/translations/zh_CN/scheduler/ |
D | sched-arch.rst | 37 2. need_resched/TIF_NEED_RESCHED 只会被设置,并且在运行任务调用 schedule()
|