/openbmc/linux/arch/nios2/include/asm/ |
H A D | thread_info.h | 76 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | thread_info.h | 63 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro 72 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | thread_info.h | 89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 99 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | thread_info.h | 77 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 88 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | thread_info.h | 90 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 104 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/openbmc/linux/arch/um/include/asm/ |
H A D | thread_info.h | 55 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 67 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | thread_info.h | 91 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 100 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | thread_info.h | 43 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | thread_info_32.h | 105 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 118 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
H A D | thread_info_64.h | 181 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 201 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | thread_info.h | 66 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 91 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | thread_info.h | 58 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | thread_info.h | 70 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 91 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | thread_info.h | 117 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 130 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | thread_info.h | 101 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 115 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | thread_info.h | 102 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 114 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | thread_info.h | 61 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 85 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | thread_info.h | 64 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 73 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | thread_info.h | 83 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 106 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | thread_info.h | 111 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 136 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | thread_info.h | 100 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 119 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | thread_info.h | 143 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 158 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | thread_info.h | 99 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 124 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
/openbmc/linux/arch/m68k/coldfire/ |
H A D | entry.S | 114 andl #(1<<TIF_NEED_RESCHED),%d1 146 btst #TIF_NEED_RESCHED,%d1
|
/openbmc/linux/include/linux/ |
H A D | thread_info.h | 184 return arch_test_bit(TIF_NEED_RESCHED, in tif_need_resched() 192 return test_bit(TIF_NEED_RESCHED, in tif_need_resched()
|