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

123

/arch/arc/include/asm/
H A Dthread_info.h101 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
106 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
/arch/arm64/include/asm/
H A Dthread_info.h124 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
134 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
/arch/avr32/include/asm/
H A Dthread_info.h89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
102 | _TIF_NEED_RESCHED \
/arch/frv/include/asm/
H A Dthread_info.h100 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
105 (_TIF_NOTIFY_RESUME | _TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_SINGLESTEP)
/arch/m32r/include/asm/
H A Dthread_info.h127 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
132 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME)
/arch/metag/include/asm/
H A Dthread_info.h126 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
141 _TIF_NEED_RESCHED | _TIF_SYSCALL_AUDIT | \
/arch/parisc/include/asm/
H A Dthread_info.h67 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
77 _TIF_NEED_RESCHED)
/arch/cris/include/asm/
H A Dthread_info.h84 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/arch/score/include/asm/
H A Dthread_info.h91 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/arch/mips/include/asm/
H A Dthread_info.h125 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
152 (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME)
/arch/unicore32/include/asm/
H A Dthread_info.h135 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
143 (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME)
/arch/mips/kernel/
H A Dentry.S61 andi t1, t0, _TIF_NEED_RESCHED
118 andi t0, a2, _TIF_NEED_RESCHED # a2 is preloaded with TI_FLAGS
130 andi t0, a2, _TIF_NEED_RESCHED
/arch/alpha/include/asm/
H A Dthread_info.h80 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
86 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \
/arch/arm/include/asm/
H A Dthread_info.h163 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
179 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
/arch/ia64/include/asm/
H A Dthread_info.h118 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
126 _TIF_NEED_RESCHED|_TIF_SYSCALL_TRACE)
/arch/powerpc/include/asm/
H A Dthread_info.h114 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
132 #define _TIF_USER_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \
/arch/sh/include/asm/
H A Dthread_info.h130 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
145 _TIF_NEED_RESCHED | _TIF_SYSCALL_AUDIT | \
/arch/tile/include/asm/
H A Dthread_info.h135 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
148 (_TIF_SIGPENDING|_TIF_NEED_RESCHED|_TIF_SINGLESTEP|\
/arch/blackfin/include/asm/
H A Dthread_info.h106 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/arch/hexagon/include/asm/
H A Dthread_info.h126 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/arch/openrisc/include/asm/
H A Dthread_info.h122 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/arch/s390/include/asm/
H A Dthread_info.h97 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/arch/sparc/include/asm/
H A Dthread_info_32.h126 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro
/arch/um/include/asm/
H A Dthread_info.h74 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) macro
/arch/xtensa/include/asm/
H A Dthread_info.h135 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED) macro

Completed in 2692 milliseconds

123