test_tsk_thread_flag 908 arch/x86/include/asm/processor.h #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ test_tsk_thread_flag 2719 include/linux/sched.h return unlikely(test_tsk_thread_flag(tsk,TIF_NEED_RESCHED)); test_tsk_thread_flag 2730 include/linux/sched.h return unlikely(test_tsk_thread_flag(p,TIF_SIGPENDING)); test_tsk_thread_flag 2817 include/linux/sched.h return test_tsk_thread_flag(p, TIF_POLLING_NRFLAG); test_tsk_thread_flag 21 include/linux/user-return-notifier.h if (test_tsk_thread_flag(prev, TIF_USER_RETURN_NOTIFY)) {