Home
last modified time | relevance | path

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

12

/arch/um/include/asm/
A Dthread_info.h37 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
51 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/m68k/include/asm/
A Dthread_info.h64 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro
73 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/nios2/include/asm/
A Dthread_info.h76 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/hexagon/include/asm/
A Dthread_info.h89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
99 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/openrisc/include/asm/
A Dthread_info.h90 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
104 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/arch/arc/include/asm/
A Dthread_info.h77 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
88 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/arch/parisc/include/asm/
A Dthread_info.h43 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/riscv/include/asm/
A Dthread_info.h110 #define TIF_NEED_RESCHED 0 /* rescheduling necessary */ macro
121 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/sparc/include/asm/
A Dthread_info_32.h105 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
118 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
A Dthread_info_64.h181 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
201 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/arch/csky/include/asm/
A Dthread_info.h58 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/loongarch/include/asm/
A Dthread_info.h69 #define TIF_NEED_RESCHED 0 /* rescheduling necessary */ macro
92 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/arch/microblaze/include/asm/
A Dthread_info.h101 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
115 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/xtensa/include/asm/
A Dthread_info.h117 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
130 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/arch/s390/include/asm/
A Dthread_info.h62 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
84 #define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
/arch/sh/include/asm/
A Dthread_info.h102 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
114 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/alpha/include/asm/
A Dthread_info.h64 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
73 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/arch/arm64/include/asm/
A Dthread_info.h61 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro
91 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/mips/include/asm/
A Dthread_info.h111 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
136 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/arch/x86/include/asm/
A Dthread_info.h89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
113 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/arm/include/asm/
A Dthread_info.h143 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro
158 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/arch/powerpc/include/asm/
A Dthread_info.h99 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
125 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/arch/m68k/coldfire/
A Dentry.S111 andl #(1<<TIF_NEED_RESCHED),%d1
143 btst #TIF_NEED_RESCHED,%d1
/arch/nios2/kernel/
A Dentry.S306 BTBZ r1, r10, TIF_NEED_RESCHED, Lsignal_return
381 BTBZ r10, r4, TIF_NEED_RESCHED, restore_all
/arch/m68k/68000/
A Dentry.S109 btst #TIF_NEED_RESCHED,%d1

Completed in 43 milliseconds

12