/linux/arch/m68k/include/asm/ |
A D | thread_info.h | 63 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro 71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/nios2/include/asm/ |
A D | thread_info.h | 85 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 98 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/arc/include/asm/ |
A D | thread_info.h | 80 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 91 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux/arch/um/include/asm/ |
A D | thread_info.h | 59 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 70 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/nds32/include/asm/ |
A D | thread_info.h | 48 #define TIF_NEED_RESCHED 2 macro 59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/riscv/include/asm/ |
A D | thread_info.h | 86 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 98 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/hexagon/include/asm/ |
A D | thread_info.h | 95 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 105 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/parisc/include/asm/ |
A D | thread_info.h | 43 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/openrisc/include/asm/ |
A D | thread_info.h | 97 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 111 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux/arch/h8300/include/asm/ |
A D | thread_info.h | 68 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 81 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/sparc/include/asm/ |
A D | thread_info_32.h | 105 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 118 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
A D | thread_info_64.h | 183 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 203 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux/arch/s390/include/asm/ |
A D | thread_info.h | 67 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 93 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
|
/linux/arch/csky/include/asm/ |
A D | thread_info.h | 60 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 73 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/xtensa/include/asm/ |
A D | thread_info.h | 111 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 124 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux/arch/alpha/include/asm/ |
A D | thread_info.h | 63 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 72 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux/arch/microblaze/include/asm/ |
A D | thread_info.h | 107 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 121 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/arm64/include/asm/ |
A D | thread_info.h | 65 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 87 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/sh/include/asm/ |
A D | thread_info.h | 107 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 119 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/mips/include/asm/ |
A D | thread_info.h | 107 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 132 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux/arch/x86/include/asm/ |
A D | thread_info.h | 83 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 107 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/ia64/include/asm/ |
A D | thread_info.h | 102 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 121 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/powerpc/include/asm/ |
A D | thread_info.h | 92 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 117 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/linux/arch/arm/include/asm/ |
A D | thread_info.h | 147 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 161 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/linux/arch/m68k/coldfire/ |
A D | entry.S | 112 andl #(1<<TIF_NEED_RESCHED),%d1 144 btst #TIF_NEED_RESCHED,%d1
|