Searched refs:_TIF_NEED_RESCHED (Results 1 - 25 of 41) sorted by relevance

12

/linux-master/arch/arc/include/asm/
H A Dthread_info.h88 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
95 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
/linux-master/include/linux/
H A Dentry-kvm.h20 (_TIF_NEED_RESCHED | _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL | \
/linux-master/kernel/entry/
H A Dkvm.c16 if (ti_work & _TIF_NEED_RESCHED)
/linux-master/arch/parisc/include/asm/
H A Dthread_info.h59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
70 _TIF_NEED_RESCHED | _TIF_NOTIFY_SIGNAL)
/linux-master/arch/csky/include/asm/
H A Dthread_info.h71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
82 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
/linux-master/arch/riscv/include/asm/
H A Dthread_info.h109 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
115 (_TIF_NOTIFY_RESUME | _TIF_SIGPENDING | _TIF_NEED_RESCHED | \
/linux-master/arch/openrisc/include/asm/
H A Dthread_info.h104 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/linux-master/arch/hexagon/include/asm/
H A Dthread_info.h99 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/linux-master/arch/um/include/asm/
H A Dthread_info.h67 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/linux-master/arch/m68k/include/asm/
H A Dthread_info.h72 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/linux-master/arch/nios2/include/asm/
H A Dthread_info.h89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/linux-master/arch/alpha/include/asm/
H A Dthread_info.h73 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
80 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \
/linux-master/arch/sh/include/asm/
H A Dthread_info.h114 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
130 _TIF_NEED_RESCHED | _TIF_SYSCALL_AUDIT | \
/linux-master/arch/arm64/include/asm/
H A Dthread_info.h86 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
101 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
/linux-master/arch/mips/include/asm/
H A Dthread_info.h136 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
166 (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME | \
/linux-master/arch/mips/kernel/
H A Dentry.S61 andi t1, t0, _TIF_NEED_RESCHED
122 andi t0, a2, _TIF_NEED_RESCHED # a2 is preloaded with TI_FLAGS
135 andi t0, a2, _TIF_NEED_RESCHED
/linux-master/arch/arm/include/asm/
H A Dthread_info.h158 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
175 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
/linux-master/arch/sparc/include/asm/
H A Dthread_info_32.h118 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
H A Dthread_info_64.h201 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
214 _TIF_NEED_RESCHED)
/linux-master/arch/microblaze/include/asm/
H A Dthread_info.h115 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/linux-master/arch/xtensa/include/asm/
H A Dthread_info.h130 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/linux-master/arch/s390/include/asm/
H A Dthread_info.h91 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED) macro
/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h92 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/linux-master/arch/powerpc/include/asm/
H A Dthread_info.h124 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
144 #define _TIF_USER_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \
/linux-master/arch/hexagon/kernel/
H A Dprocess.c165 if (thread_info_flags & _TIF_NEED_RESCHED) {

Completed in 319 milliseconds

12