Searched refs:set_ti_thread_flag (Results 1 – 4 of 4) sorted by relevance
87 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag() function101 set_ti_thread_flag(ti, flag); in update_ti_thread_flag()122 set_ti_thread_flag(current_thread_info(), flag)152 set_ti_thread_flag(current_thread_info(), TIF_##fl)159 set_ti_thread_flag(task_thread_info(t), TIF_##fl)
1958 set_ti_thread_flag(task_thread_info(tsk), flag); in set_tsk_thread_flag()
218 set_ti_thread_flag(task_thread_info(prev), TIF_LAZY_MMU_UPDATES); in paravirt_start_context_switch()
1256 set_ti_thread_flag(&task->thread_info, TIF_SPEC_L1D_FLUSH); in l1d_flush_prctl_set()
Completed in 16 milliseconds