Searched refs:test_and_clear_thread_flag (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dthread_info.h138 #define test_and_clear_thread_flag(flag) \ macro
/linux-master/arch/x86/kernel/
H A Dprocess.c298 if (test_and_clear_thread_flag(TIF_NOTSC))
360 if (test_and_clear_thread_flag(TIF_NOCPUID)) {
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c369 if (test_and_clear_thread_flag(TIF_SVE))
1692 if (test_and_clear_thread_flag(TIF_SVE)) {
1784 if (test_and_clear_thread_flag(TIF_FOREIGN_FPSTATE)) {
/linux-master/include/linux/sched/
H A Dsignal.h503 return test_and_clear_thread_flag(TIF_RESTORE_SIGMASK);

Completed in 131 milliseconds