Symbol: TIF_NEED_RESCHED
arch/alpha/include/asm/thread_info.h
73
#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
arch/arc/include/asm/thread_info.h
88
#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
arch/arm/include/asm/thread_info.h
158
#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
arch/arm64/include/asm/thread_info.h
90
#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
arch/csky/include/asm/thread_info.h
71
#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
arch/hexagon/include/asm/thread_info.h
99
#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
arch/m68k/include/asm/thread_info.h
73
#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
arch/microblaze/include/asm/thread_info.h
115
#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
arch/mips/include/asm/thread_info.h
136
#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
arch/nios2/include/asm/thread_info.h
89
#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
arch/openrisc/include/asm/thread_info.h
104
#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
arch/parisc/include/asm/thread_info.h
59
#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
arch/powerpc/include/asm/thread_info.h
125
#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
arch/sh/include/asm/thread_info.h
114
#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
arch/sparc/include/asm/thread_info_32.h
118
#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
arch/sparc/include/asm/thread_info_64.h
201
#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
arch/um/include/asm/thread_info.h
51
#define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED)
arch/xtensa/include/asm/thread_info.h
130
#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
include/asm-generic/thread_info_tif.h
22
#define _TIF_NEED_RESCHED BIT(TIF_NEED_RESCHED)
include/linux/sched.h
2070
!test_tsk_thread_flag(tsk, TIF_NEED_RESCHED))
include/linux/sched.h
2071
__trace_set_need_resched(tsk, TIF_NEED_RESCHED);
include/linux/sched.h
2072
set_tsk_thread_flag(tsk,TIF_NEED_RESCHED);
include/linux/sched.h
2083
return unlikely(test_tsk_thread_flag(tsk,TIF_NEED_RESCHED));
include/linux/thread_info.h
215
return tif_test_bit(TIF_NEED_RESCHED);
include/linux/thread_info.h
68
#define TIF_NEED_RESCHED_LAZY TIF_NEED_RESCHED
kernel/sched/core.c
1125
tif = TIF_NEED_RESCHED;
kernel/sched/core.c
1135
if (tif == TIF_NEED_RESCHED)
kernel/sched/core.c
1141
if (tif == TIF_NEED_RESCHED)
kernel/sched/core.c
1156
__resched_curr(rq, TIF_NEED_RESCHED);
kernel/sched/core.c
1177
return TIF_NEED_RESCHED;
kernel/sched/core.c
1276
if (set_nr_and_not_polling(task_thread_info(rq->idle), TIF_NEED_RESCHED))
kernel/trace/rv/monitors/nrp/nrp.c
72
if (tif == TIF_NEED_RESCHED)