Home
last modified time | relevance | path

Searched refs:TIF_NEED_RESCHED (Results 1 – 22 of 22) 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/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/include/linux/
H A Dsched.h2075 !test_tsk_thread_flag(tsk, TIF_NEED_RESCHED)) in set_tsk_need_resched()
2076 __trace_set_need_resched(tsk, TIF_NEED_RESCHED); in set_tsk_need_resched()
2077 set_tsk_thread_flag(tsk,TIF_NEED_RESCHED); in set_tsk_need_resched()
2088 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/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.c1183 tif = TIF_NEED_RESCHED; in __resched_curr()
1193 if (tif == TIF_NEED_RESCHED) in __resched_curr()
1199 if (tif == TIF_NEED_RESCHED) in __resched_curr()
1214 __resched_curr(rq, TIF_NEED_RESCHED); in resched_curr()
1235 return TIF_NEED_RESCHED; in get_lazy_tif_bit()
1334 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 */