Home
last modified time | relevance | path

Searched refs:TIF_NEED_RESCHED (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/linux/arch/nios2/include/asm/
H A Dthread_info.h76 #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 Dthread_info.h63 #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 Dthread_info.h89 #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 Dthread_info.h77 #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 Dthread_info.h90 #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 Dthread_info.h55 #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 Dthread_info.h91 #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 Dthread_info.h43 #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 Dthread_info_32.h105 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
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)
/openbmc/linux/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)
/openbmc/linux/arch/csky/include/asm/
H A Dthread_info.h58 #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 Dthread_info.h70 #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 Dthread_info.h117 #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 Dthread_info.h101 #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 Dthread_info.h102 #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 Dthread_info.h61 #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 Dthread_info.h64 #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 Dthread_info.h83 #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 Dthread_info.h111 #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 Dthread_info.h100 #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 Dthread_info.h143 #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 Dthread_info.h99 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
124 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/openbmc/linux/arch/m68k/coldfire/
H A Dentry.S114 andl #(1<<TIF_NEED_RESCHED),%d1
146 btst #TIF_NEED_RESCHED,%d1
/openbmc/linux/include/linux/
H A Dthread_info.h184 return arch_test_bit(TIF_NEED_RESCHED, in tif_need_resched()
192 return test_bit(TIF_NEED_RESCHED, in tif_need_resched()

12