/Linux-v4.19/arch/riscv/include/asm/ |
D | thread_info.h | 79 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 87 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/arc/include/asm/ |
D | thread_info.h | 83 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 93 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | thread_info.h | 85 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 97 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | thread_info.h | 49 #define TIF_NEED_RESCHED 2 macro 60 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/um/include/asm/ |
D | thread_info.h | 59 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 69 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | thread_info.h | 108 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 117 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | thread_info.h | 101 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 114 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | thread_info.h | 68 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 80 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | thread_info_32.h | 105 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 117 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
D | thread_info_64.h | 178 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 198 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | thread_info.h | 51 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 64 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/s390/include/asm/ |
D | thread_info.h | 59 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 82 #define _TIF_NEED_RESCHED _BITUL(TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | thread_info.h | 108 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 117 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | thread_info.h | 74 #define TIF_NEED_RESCHED 1 macro 94 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | thread_info.h | 63 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 71 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | thread_info.h | 110 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 123 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | thread_info.h | 118 #define TIF_NEED_RESCHED 1 macro 125 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/sh/include/asm/ |
D | thread_info.h | 111 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 122 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | thread_info.h | 82 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 107 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/mips/include/asm/ |
D | thread_info.h | 95 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 119 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | thread_info.h | 102 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 119 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/arm/include/asm/ |
D | thread_info.h | 136 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 150 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/x86/include/asm/ |
D | thread_info.h | 80 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 107 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/Linux-v4.19/arch/m68k/coldfire/ |
D | entry.S | 116 andl #(1<<TIF_NEED_RESCHED),%d1 148 btst #TIF_NEED_RESCHED,%d1
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | thread_info.h | 65 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro
|