| /Linux-v5.4/arch/riscv/include/asm/ |
| D | thread_info.h | 73 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 82 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /Linux-v5.4/arch/arc/include/asm/ |
| D | thread_info.h | 80 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 90 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /Linux-v5.4/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-v5.4/arch/nds32/include/asm/ |
| D | thread_info.h | 48 #define TIF_NEED_RESCHED 2 macro 58 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /Linux-v5.4/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-v5.4/arch/openrisc/include/asm/ |
| D | thread_info.h | 97 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 110 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | thread_info.h | 95 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 104 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | thread_info.h | 56 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 67 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /Linux-v5.4/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-v5.4/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 | 182 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 202 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /Linux-v5.4/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-v5.4/arch/s390/include/asm/ |
| D | thread_info.h | 64 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 87 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | thread_info.h | 107 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 117 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /Linux-v5.4/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-v5.4/arch/arm64/include/asm/ |
| D | thread_info.h | 61 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 83 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /Linux-v5.4/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-v5.4/arch/unicore32/include/asm/ |
| D | thread_info.h | 115 #define TIF_NEED_RESCHED 1 macro 122 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | thread_info.h | 74 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 100 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/arch/x86/include/asm/ |
| D | thread_info.h | 80 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 110 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /Linux-v5.4/arch/m68k/coldfire/ |
| D | entry.S | 116 andl #(1<<TIF_NEED_RESCHED),%d1 148 btst #TIF_NEED_RESCHED,%d1
|