Home
last modified time | relevance | path

Searched refs:test_and_clear_tsk_thread_flag (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dstep.c240 if (test_and_clear_tsk_thread_flag(child, TIF_FORCED_TF)) in user_disable_single_step()
H A Dprocess.c648 if (test_and_clear_tsk_thread_flag(tsk, TIF_SPEC_FORCE_UPDATE)) { in speculation_ctrl_update_tif()
/openbmc/linux/kernel/livepatch/
H A Dtransition.c204 if (test_and_clear_tsk_thread_flag(task, TIF_PATCH_PENDING)) in klp_update_patch_state()
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c897 if (test_and_clear_tsk_thread_flag(task, TIF_SVE) || in vec_set_vector_length()
/openbmc/linux/include/linux/
H A Dsched.h2054 static inline int test_and_clear_tsk_thread_flag(struct task_struct *tsk, int flag) in test_and_clear_tsk_thread_flag() function