Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dthread_info.h80 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
85 /* true if poll_idle() is polling TIF_NEED_RESCHED */
91 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dthread_info.h66 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro
74 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dthread_info.h43 * TIF_NEED_RESCHED - rescheduling necessary
45 * TIF_POLLING_NRFLAG - true if poll_idle() is polling TIF_NEED_RESCHED
48 #define TIF_NEED_RESCHED 2 macro
59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dthread_info.h85 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
93 TIF_NEED_RESCHED */
98 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dthread_info.h97 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
104 #define TIF_POLLING_NRFLAG 16 /* true if poll_idle() is polling * TIF_NEED_RESCHED
111 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dthread_info.h59 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dthread_info.h77 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
88 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dthread_info.h87 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
96 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H A Dthread_info.h68 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
75 #define TIF_POLLING_NRFLAG 9 /* true if poll_idle() is polling TIF_NEED_RESCHED */
81 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dthread_info.h95 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
99 /* true if poll_idle() is polling TIF_NEED_RESCHED */
105 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dthread_info.h51 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
52 #define TIF_POLLING_NRFLAG 3 /* true if poll_idle() is polling TIF_NEED_RESCHED */
66 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dthread_info.h63 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
88 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dthread_info.h69 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
95 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dthread_info.h70 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
91 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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)

Completed in 9 milliseconds

123