| /arch/um/include/asm/ |
| A D | thread_info.h | 37 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 51 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /arch/m68k/include/asm/ |
| A D | thread_info.h | 64 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro 73 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /arch/nios2/include/asm/ |
| A D | thread_info.h | 76 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /arch/hexagon/include/asm/ |
| A D | thread_info.h | 89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 99 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /arch/openrisc/include/asm/ |
| A D | thread_info.h | 90 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 104 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /arch/arc/include/asm/ |
| A D | thread_info.h | 77 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 88 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /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)
|
| /arch/riscv/include/asm/ |
| A D | thread_info.h | 110 #define TIF_NEED_RESCHED 0 /* rescheduling necessary */ macro 121 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /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 | 181 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 201 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /arch/csky/include/asm/ |
| A D | thread_info.h | 58 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /arch/loongarch/include/asm/ |
| A D | thread_info.h | 69 #define TIF_NEED_RESCHED 0 /* rescheduling necessary */ macro 92 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /arch/microblaze/include/asm/ |
| A D | thread_info.h | 101 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 115 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /arch/xtensa/include/asm/ |
| A D | thread_info.h | 117 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 130 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /arch/s390/include/asm/ |
| A D | thread_info.h | 62 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 84 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
|
| /arch/sh/include/asm/ |
| A D | thread_info.h | 102 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 114 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /arch/alpha/include/asm/ |
| A D | thread_info.h | 64 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 73 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /arch/arm64/include/asm/ |
| A D | thread_info.h | 61 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 91 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /arch/mips/include/asm/ |
| A D | thread_info.h | 111 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 136 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /arch/x86/include/asm/ |
| A D | thread_info.h | 89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 113 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /arch/arm/include/asm/ |
| A D | thread_info.h | 143 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 158 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /arch/powerpc/include/asm/ |
| A D | thread_info.h | 99 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 125 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /arch/m68k/coldfire/ |
| A D | entry.S | 111 andl #(1<<TIF_NEED_RESCHED),%d1 143 btst #TIF_NEED_RESCHED,%d1
|
| /arch/nios2/kernel/ |
| A D | entry.S | 306 BTBZ r1, r10, TIF_NEED_RESCHED, Lsignal_return 381 BTBZ r10, r4, TIF_NEED_RESCHED, restore_all
|
| /arch/m68k/68000/ |
| A D | entry.S | 109 btst #TIF_NEED_RESCHED,%d1
|