TIF_NEED_RESCHED   99 arch/x86/include/asm/thread_info.h #define _TIF_NEED_RESCHED	(1 << TIF_NEED_RESCHED)
TIF_NEED_RESCHED 2709 include/linux/sched.h 	set_tsk_thread_flag(tsk,TIF_NEED_RESCHED);
TIF_NEED_RESCHED 2714 include/linux/sched.h 	clear_tsk_thread_flag(tsk,TIF_NEED_RESCHED);
TIF_NEED_RESCHED 2719 include/linux/sched.h 	return unlikely(test_tsk_thread_flag(tsk,TIF_NEED_RESCHED));
TIF_NEED_RESCHED  105 include/linux/thread_info.h #define tif_need_resched() test_thread_flag(TIF_NEED_RESCHED)