/arch/cris/include/asm/ |
D | thread_info.h | 72 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 79 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/score/include/asm/ |
D | thread_info.h | 79 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 86 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/blackfin/include/asm/ |
D | thread_info.h | 81 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 91 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/frv/include/asm/ |
D | thread_info.h | 86 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 94 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/nios2/include/asm/ |
D | thread_info.h | 88 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 100 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/arc/include/asm/ |
D | thread_info.h | 86 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 96 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/um/include/asm/ |
D | thread_info.h | 62 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 72 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/openrisc/include/asm/ |
D | thread_info.h | 103 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 116 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/hexagon/include/asm/ |
D | thread_info.h | 111 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 120 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/h8300/include/asm/ |
D | thread_info.h | 71 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 83 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/sparc/include/asm/ |
D | thread_info_32.h | 108 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 120 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/s390/include/asm/ |
D | thread_info.h | 58 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 81 #define _TIF_NEED_RESCHED _BITUL(TIF_NEED_RESCHED)
|
/arch/m32r/include/asm/ |
D | thread_info.h | 101 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 110 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/parisc/include/asm/ |
D | thread_info.h | 54 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 67 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/xtensa/include/asm/ |
D | thread_info.h | 109 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 118 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/arm64/include/asm/ |
D | thread_info.h | 80 #define TIF_NEED_RESCHED 1 macro 98 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/metag/include/asm/ |
D | thread_info.h | 108 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 121 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/alpha/include/asm/ |
D | thread_info.h | 66 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 74 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/mn10300/include/asm/ |
D | thread_info.h | 144 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 153 #define _TIF_NEED_RESCHED +(1 << TIF_NEED_RESCHED)
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 113 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 126 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/tile/include/asm/ |
D | thread_info.h | 117 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 131 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/unicore32/include/asm/ |
D | thread_info.h | 121 #define TIF_NEED_RESCHED 1 macro 128 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/sh/include/asm/ |
D | thread_info.h | 114 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 125 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/powerpc/include/asm/ |
D | thread_info.h | 83 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 108 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/mips/include/asm/ |
D | thread_info.h | 116 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 140 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|