Home
last modified time | relevance | path

Searched refs:clear_ti_thread_flag (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dthread_info.h92 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag() function
103 clear_ti_thread_flag(ti, flag); in update_ti_thread_flag()
133 clear_ti_thread_flag(current_thread_info(), flag)
170 clear_ti_thread_flag(current_thread_info(), TIF_##fl)
177 clear_ti_thread_flag(task_thread_info(t), TIF_##fl)
Dsched.h2017 clear_ti_thread_flag(task_thread_info(tsk), flag); in clear_tsk_thread_flag()