| /linux/arch/um/include/asm/ |
| H A D | thread_info.h | 37 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 51 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /linux/arch/m68k/include/asm/ |
| H A D | thread_info.h | 64 #define TIF_NEED_RESCHED 7 /* rescheduling necessary */ macro 73 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /linux/arch/nios2/include/asm/ |
| H A D | thread_info.h | 76 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 89 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /linux/arch/hexagon/include/asm/ |
| H A D | thread_info.h | 89 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 99 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /linux/arch/arc/include/asm/ |
| H A D | thread_info.h | 77 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 88 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /linux/arch/openrisc/include/asm/ |
| H A D | thread_info.h | 90 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 104 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /linux/arch/parisc/include/asm/ |
| H A D | thread_info.h | 43 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 59 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /linux/arch/csky/include/asm/ |
| H A D | thread_info.h | 58 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 71 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /linux/arch/xtensa/include/asm/ |
| H A D | thread_info.h | 117 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 130 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /linux/arch/microblaze/include/asm/ |
| H A D | thread_info.h | 101 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 115 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /linux/arch/sh/include/asm/ |
| H A D | thread_info.h | 102 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 114 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /linux/arch/alpha/include/asm/ |
| H A D | thread_info.h | 64 #define TIF_NEED_RESCHED 3 /* rescheduling necessary */ macro 73 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /linux/arch/mips/include/asm/ |
| H A D | thread_info.h | 111 #define TIF_NEED_RESCHED 2 /* rescheduling necessary */ macro 136 #define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
|
| /linux/arch/arm/include/asm/ |
| H A D | thread_info.h | 143 #define TIF_NEED_RESCHED 1 /* rescheduling necessary */ macro 158 #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
|
| /linux/arch/m68k/coldfire/ |
| H A D | entry.S | 111 andl #(1<<TIF_NEED_RESCHED),%d1 143 btst #TIF_NEED_RESCHED,%d1
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-arch.rst | 37 2. need_resched/TIF_NEED_RESCHED 只会被设置,并且在运行任务调用 schedule()
|
| /linux/kernel/trace/rv/monitors/nrp/ |
| H A D | nrp.c | 72 if (tif == TIF_NEED_RESCHED) in handle_sched_need_resched()
|
| /linux/arch/nios2/kernel/ |
| H A D | entry.S | 306 BTBZ r1, r10, TIF_NEED_RESCHED, Lsignal_return 381 BTBZ r10, r4, TIF_NEED_RESCHED, restore_all
|
| /linux/include/linux/ |
| H A D | sched.h | 2025 * Fold TIF_NEED_RESCHED into the preempt_count; anybody setting in scheduler_ipi() 2026 * TIF_NEED_RESCHED remotely (for the first time) will also send in scheduler_ipi() 2072 !test_tsk_thread_flag(tsk, TIF_NEED_RESCHED)) in set_tsk_need_resched() 2073 __trace_set_need_resched(tsk, TIF_NEED_RESCHED); in set_tsk_need_resched() 2074 set_tsk_thread_flag(tsk,TIF_NEED_RESCHED); 2085 return unlikely(test_tsk_thread_flag(tsk,TIF_NEED_RESCHED));
|
| /linux/Documentation/scheduler/ |
| H A D | sched-arch.rst | 29 2. need_resched/TIF_NEED_RESCHED is only ever set, and will never
|
| /linux/arch/m68k/68000/ |
| H A D | entry.S | 114 btst #TIF_NEED_RESCHED,%d1
|
| /linux/arch/csky/kernel/ |
| H A D | entry.S | 182 btsti r10, TIF_NEED_RESCHED
|
| /linux/arch/xtensa/kernel/ |
| H A D | entry.S | 509 _bbsi.l abi_saved0, TIF_NEED_RESCHED, .Lresched 536 _bbci.l abi_saved0, TIF_NEED_RESCHED, .Lrestore_state
|
| /linux/kernel/sched/ |
| H A D | core.c | 1033 * Atomically set TIF_NEED_RESCHED and test for TIF_POLLING_NRFLAG, in __wake_q_add() 1043 * Atomically set TIF_NEED_RESCHED if TIF_POLLING_NRFLAG is set. 1183 tif = TIF_NEED_RESCHED; in resched_curr_lazy() 1193 if (tif == TIF_NEED_RESCHED) in resched_cpu() 1199 if (tif == TIF_NEED_RESCHED) 1214 __resched_curr(rq, TIF_NEED_RESCHED); in get_nohz_timer_target() 1235 return TIF_NEED_RESCHED; in get_nohz_timer_target() 1313 * Set TIF_NEED_RESCHED and send an IPI if in the non-polling in nohz_csd_func() 1327 * fetch_or here and be checked along with TIF_NEED_RESCHED in nohz_csd_func() 1334 if (set_nr_and_not_polling(task_thread_info(rq->idle), TIF_NEED_RESCHED)) [all...] |
| /linux/arch/parisc/kernel/ |
| H A D | entry.S | 855 bb,<,n %r19,31-TIF_NEED_RESCHED,intr_do_resched /* forward */ 1735 bb,<,n %r19, 31-TIF_NEED_RESCHED, syscall_do_resched /* forward */
|