TIF_NOTSC
#define _TIF_NOTSC BIT(TIF_NOTSC)
if (!test_and_set_thread_flag(TIF_NOTSC))
if (test_and_clear_thread_flag(TIF_NOTSC))
if (test_thread_flag(TIF_NOTSC))
#ifdef TIF_NOTSC