Home
last modified time | relevance | path

Searched refs:TIF_NEED_RESCHED (Results 1 – 25 of 25) 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/alpha/include/asm/
H A Dthread_info.h64 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro
73 #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/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/kernel/trace/rv/monitors/nrp/
H A Dnrp.c72 if (tif == TIF_NEED_RESCHED) in handle_sched_need_resched()
/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/include/linux/
H A Dsched.h2024 * Fold TIF_NEED_RESCHED into the preempt_count; anybody setting in scheduler_ipi()
2025 * TIF_NEED_RESCHED remotely (for the first time) will also send in scheduler_ipi()
2071 !test_tsk_thread_flag(tsk, TIF_NEED_RESCHED)) in set_tsk_need_resched()
2072 __trace_set_need_resched(tsk, TIF_NEED_RESCHED); in set_tsk_need_resched()
2073 set_tsk_thread_flag(tsk,TIF_NEED_RESCHED); in set_tsk_need_resched()
2084 return unlikely(test_tsk_thread_flag(tsk,TIF_NEED_RESCHED)); in test_tsk_need_resched()
/linux/Documentation/scheduler/
H A Dsched-arch.rst29 2. need_resched/TIF_NEED_RESCHED is only ever set, and will never
/linux/arch/m68k/68000/
H A Dentry.S109 btst #TIF_NEED_RESCHED,%d1
/linux/arch/csky/kernel/
H A Dentry.S182 btsti r10, TIF_NEED_RESCHED
/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.c1125 tif = TIF_NEED_RESCHED; in __resched_curr()
1135 if (tif == TIF_NEED_RESCHED) in __resched_curr()
1141 if (tif == TIF_NEED_RESCHED) in __resched_curr()
1156 __resched_curr(rq, TIF_NEED_RESCHED); in resched_curr()
1177 return TIF_NEED_RESCHED; in get_lazy_tif_bit()
1276 if (set_nr_and_not_polling(task_thread_info(rq->idle), TIF_NEED_RESCHED)) in wake_up_idle_cpu()
/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 */