Home
last modified time | relevance | path

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

/linux/arch/um/include/asm/
H A Dthread_info.h37 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
51 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/linux/arch/m68k/include/asm/
H A Dthread_info.h64 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro
73 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/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)
/linux/arch/powerpc/include/asm/
H A Dthread_info.h101 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro
128 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
/linux/arch/m68k/coldfire/
H A Dentry.S111 andl #(1<<TIF_NEED_RESCHED),%d1
143 btst #TIF_NEED_RESCHED,%d1
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-arch.rst37 2. need_resched/TIF_NEED_RESCHED 只会被设置,并且在运行任务调用 schedule()
/linux/arch/nios2/kernel/
H A Dentry.S306 BTBZ r1, r10, TIF_NEED_RESCHED, Lsignal_return
381 BTBZ r10, r4, TIF_NEED_RESCHED, restore_all
/linux/Documentation/scheduler/
H A Dsched-arch.rst29 2. need_resched/TIF_NEED_RESCHED is only ever set, and will never
/linux/arch/xtensa/kernel/
H A Dentry.S509 _bbsi.l abi_saved0, TIF_NEED_RESCHED, .Lresched
536 _bbci.l abi_saved0, TIF_NEED_RESCHED, .Lrestore_state
/linux/kernel/sched/
H A Dcore.c1058 * Atomically set TIF_NEED_RESCHED and test for TIF_POLLING_NRFLAG,
1068 * Atomically set TIF_NEED_RESCHED if TIF_POLLING_NRFLAG is set.
1208 tif = TIF_NEED_RESCHED; in __resched_curr()
1218 if (tif == TIF_NEED_RESCHED) in __resched_curr()
1224 if (tif == TIF_NEED_RESCHED) in __resched_curr()
1243 __resched_curr(rq, TIF_NEED_RESCHED); in resched_curr()
1264 return TIF_NEED_RESCHED; in get_lazy_tif_bit()
1342 * Set TIF_NEED_RESCHED and send an IPI if in the non-polling in wake_up_idle_cpu()
1356 * fetch_or here and be checked along with TIF_NEED_RESCHED in wake_up_idle_cpu()
1363 if (set_nr_and_not_polling(task_thread_info(rq->idle), TIF_NEED_RESCHED)) in wake_up_idle_cpu()
[all...]
/linux/arch/parisc/kernel/
H A Dentry.S855 bb,<,n %r19,31-TIF_NEED_RESCHED,intr_do_resched /* forward */
1735 bb,<,n %r19, 31-TIF_NEED_RESCHED, syscall_do_resched /* forward */