Home
last modified time | relevance | path

Searched refs:test_and_set_tsk_thread_flag (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dresume_user_mode.h23 if (!test_and_set_tsk_thread_flag(task, TIF_NOTIFY_RESUME)) in set_notify_resume()
H A Dsched.h2027 static inline int test_and_set_tsk_thread_flag(struct task_struct *tsk, int flag) in test_and_set_tsk_thread_flag() function
/linux/arch/s390/kernel/
H A Dguarded_storage.c103 if (test_and_set_tsk_thread_flag(sibling, TIF_GUARDED_STORAGE)) in gs_broadcast()
/linux/kernel/
H A Dtask_work.c12 test_and_set_tsk_thread_flag(current, TIF_NOTIFY_RESUME); in task_work_set_notify_irq()
/linux/include/linux/sched/
H A Dsignal.h361 return !test_and_set_tsk_thread_flag(task, TIF_NOTIFY_SIGNAL) && in __set_notify_signal()
/linux/mm/
H A Doom_kill.c773 if (test_and_set_tsk_thread_flag(tsk, TIF_MEMDIE))