TIF_NOTSC         123 arch/x86/include/asm/thread_info.h #define _TIF_NOTSC		(1 << TIF_NOTSC)
TIF_NOTSC         148 arch/x86/kernel/process.c 	if (!test_and_set_thread_flag(TIF_NOTSC))
TIF_NOTSC         160 arch/x86/kernel/process.c 	if (test_and_clear_thread_flag(TIF_NOTSC))
TIF_NOTSC         173 arch/x86/kernel/process.c 	if (test_thread_flag(TIF_NOTSC))
TIF_NOTSC         966 kernel/seccomp.c #ifdef TIF_NOTSC