Searched refs:TIF_NEED_RESCHED (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/arch/openrisc/include/asm/
H A Dthread_info.h90 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
97 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling * TIF_NEED_RESCHED
104 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-master/arch/hexagon/include/asm/
H A Dthread_info.h89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
93 /* true if poll_idle() is polling TIF_NEED_RESCHED */
99 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/um/include/asm/
H A Dthread_info.h55 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
67 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/m68k/include/asm/
H A Dthread_info.h63 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro
72 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/nios2/include/asm/
H A Dthread_info.h76 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
84 TIF_NEED_RESCHED */
89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/arc/include/asm/
H A Dthread_info.h77 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
81 /* true if poll_idle() is polling TIF_NEED_RESCHED */
88 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-master/arch/sparc/include/asm/
H A Dthread_info_32.h105 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
111 * TIF_NEED_RESCHED */
118 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
H A Dthread_info_64.h181 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
201 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-master/arch/parisc/include/asm/
H A Dthread_info.h43 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
44 #define TIF_POLLING_NRFLAG 3 /* true if poll_idle() is polling TIF_NEED_RESCHED */
59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/microblaze/include/asm/
H A Dthread_info.h101 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
109 /* true if poll_idle() is polling TIF_NEED_RESCHED */
115 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/csky/include/asm/
H A Dthread_info.h58 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
64 #define TIF_POLLING_NRFLAG 16 /* poll_idle() is TIF_NEED_RESCHED */
71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/xtensa/include/asm/
H A Dthread_info.h117 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
130 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-master/arch/s390/include/asm/
H A Dthread_info.h66 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
91 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
/linux-master/arch/riscv/include/asm/
H A Dthread_info.h99 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
109 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h70 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
92 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-master/arch/alpha/include/asm/
H A Dthread_info.h64 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
69 #define TIF_POLLING_NRFLAG 14 /* idle is polling for TIF_NEED_RESCHED */
73 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-master/arch/sh/include/asm/
H A Dthread_info.h102 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
109 #define TIF_POLLING_NRFLAG 17 /* true if poll_idle() is polling TIF_NEED_RESCHED */
114 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/arm64/include/asm/
H A Dthread_info.h61 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro
86 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/mips/include/asm/
H A Dthread_info.h111 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
136 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-master/arch/arm/include/asm/
H A Dthread_info.h138 * TIF_POLLING_NRFLAG - true if poll_idle() is polling TIF_NEED_RESCHED
143 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro
158 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/x86/include/asm/
H A Dthread_info.h89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
102 #define TIF_POLLING_NRFLAG 21 /* idle is polling for TIF_NEED_RESCHED */
112 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux-master/arch/m68k/coldfire/
H A Dentry.S111 andl #(1<<TIF_NEED_RESCHED),%d1
143 btst #TIF_NEED_RESCHED,%d1
/linux-master/arch/powerpc/include/asm/
H A Dthread_info.h99 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
118 #define TIF_POLLING_NRFLAG 19 /* true if poll_idle() is polling TIF_NEED_RESCHED */
124 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux-master/include/linux/
H A Dthread_info.h184 return arch_test_bit(TIF_NEED_RESCHED,
192 return test_bit(TIF_NEED_RESCHED,
/linux-master/arch/nios2/kernel/
H A Dentry.S306 BTBZ r1, r10, TIF_NEED_RESCHED, Lsignal_return
381 BTBZ r10, r4, TIF_NEED_RESCHED, restore_all

Completed in 212 milliseconds

12