/arch/cris/include/asm/ |
D | thread_info.h | 73 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 80 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/score/include/asm/ |
D | thread_info.h | 80 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 87 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/arc/include/asm/ |
D | thread_info.h | 87 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 97 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/frv/include/asm/ |
D | thread_info.h | 88 #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 | 61 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 70 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/blackfin/include/asm/ |
D | thread_info.h | 92 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 102 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/openrisc/include/asm/ |
D | thread_info.h | 105 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 118 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/hexagon/include/asm/ |
D | thread_info.h | 113 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 122 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/parisc/include/asm/ |
D | thread_info.h | 50 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 63 #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 | 78 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 93 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/avr32/include/asm/ |
D | thread_info.h | 73 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 85 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/xtensa/include/asm/ |
D | thread_info.h | 122 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 130 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/m32r/include/asm/ |
D | thread_info.h | 113 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 122 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/metag/include/asm/ |
D | thread_info.h | 109 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 122 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/arm64/include/asm/ |
D | thread_info.h | 113 #define TIF_NEED_RESCHED 1 macro 128 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/mn10300/include/asm/ |
D | thread_info.h | 146 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 155 #define _TIF_NEED_RESCHED +(1 << TIF_NEED_RESCHED)
|
/arch/unicore32/include/asm/ |
D | thread_info.h | 124 #define TIF_NEED_RESCHED 1 macro 131 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/tile/include/asm/ |
D | thread_info.h | 118 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 131 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 115 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 128 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/mips/include/asm/ |
D | thread_info.h | 100 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 123 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/alpha/include/asm/ |
D | thread_info.h | 67 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 75 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/powerpc/include/asm/ |
D | thread_info.h | 86 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 110 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/arch/arm/include/asm/ |
D | thread_info.h | 147 #define TIF_NEED_RESCHED 1 macro 160 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/arch/sh/include/asm/ |
D | thread_info.h | 115 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 126 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|