Home
last modified time | relevance | path

Searched refs:_TIF_NEED_RESCHED (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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-6.15/arch/arm64/include/asm/
H A Dthread_info.h87 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
103 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
/linux-6.15/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-6.15/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-6.15/arch/powerpc/include/asm/
H A Dthread_info.h125 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
146 #define _TIF_USER_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \
/linux-6.15/arch/sparc/include/asm/
H A Dthread_info_64.h201 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
214 _TIF_NEED_RESCHED)
H A Dthread_info_32.h118 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/linux-6.15/include/linux/
H A Dentry-kvm.h20 (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY | _TIF_SIGPENDING | \
/linux-6.15/kernel/entry/
H A Dkvm.c16 if (ti_work & (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY)) in xfer_to_guest_mode_work()
/linux-6.15/arch/um/include/asm/
H A Dthread_info.h49 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/linux-6.15/arch/m68k/include/asm/
H A Dthread_info.h73 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/linux-6.15/arch/nios2/include/asm/
H A Dthread_info.h89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/linux-6.15/arch/openrisc/include/asm/
H A Dthread_info.h104 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/linux-6.15/arch/hexagon/include/asm/
H A Dthread_info.h99 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/linux-6.15/arch/riscv/include/asm/
H A Dthread_info.h121 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/linux-6.15/arch/loongarch/include/asm/
H A Dthread_info.h92 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/linux-6.15/arch/s390/include/asm/
H A Dthread_info.h84 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED) macro
/linux-6.15/arch/powerpc/kernel/
H A Dinterrupt.c188 if (ti_flags & (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY)) { in interrupt_exit_user_prepare_main()
401 if (unlikely(read_thread_flags() & _TIF_NEED_RESCHED)) { in interrupt_exit_kernel_prepare()
/linux-6.15/arch/microblaze/include/asm/
H A Dthread_info.h115 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/linux-6.15/arch/xtensa/include/asm/
H A Dthread_info.h130 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro

12