/Linux-v5.15/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-v5.15/arch/arc/include/asm/ |
D | thread_info.h | 80 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 91 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/nios2/include/asm/ |
D | thread_info.h | 85 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 98 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/um/include/asm/ |
D | thread_info.h | 59 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 70 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/riscv/include/asm/ |
D | thread_info.h | 86 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 98 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/nds32/include/asm/ |
D | thread_info.h | 48 #define TIF_NEED_RESCHED 2 macro 59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/openrisc/include/asm/ |
D | thread_info.h | 97 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 111 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/hexagon/include/asm/ |
D | thread_info.h | 95 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 105 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/h8300/include/asm/ |
D | thread_info.h | 68 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 81 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/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 | 183 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 203 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | thread_info.h | 49 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 64 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/s390/include/asm/ |
D | thread_info.h | 66 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 92 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/csky/include/asm/ |
D | thread_info.h | 60 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 73 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/xtensa/include/asm/ |
D | thread_info.h | 111 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 124 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/alpha/include/asm/ |
D | thread_info.h | 63 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 72 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/microblaze/include/asm/ |
D | thread_info.h | 107 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 121 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | thread_info.h | 64 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 86 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/sh/include/asm/ |
D | thread_info.h | 107 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 119 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/mips/include/asm/ |
D | thread_info.h | 107 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 132 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/arm/include/asm/ |
D | thread_info.h | 129 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 143 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/x86/include/asm/ |
D | thread_info.h | 80 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 104 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | thread_info.h | 89 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 114 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | thread_info.h | 102 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 121 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v5.15/arch/m68k/coldfire/ |
D | entry.S | 112 andl #(1<<TIF_NEED_RESCHED),%d1 144 btst #TIF_NEED_RESCHED,%d1
|