| /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 | 2024 * 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 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 | 109 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 | 1125 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 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 */
|