Home
last modified time | relevance | path

Searched refs:update_ti_thread_flag (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dthread_info.h97 static inline void update_ti_thread_flag(struct thread_info *ti, int flag, in update_ti_thread_flag() function
135 update_ti_thread_flag(current_thread_info(), flag, value)
H A Dsched.h1975 update_ti_thread_flag(task_thread_info(tsk), flag, value); in set_tsk_need_resched()
/linux/arch/arm64/kernel/
H A Dprocess.c737 update_ti_thread_flag(ti, TIF_TAGGED_ADDR, arg & PR_TAGGED_ADDR_ENABLE); in set_tagged_addr_ctrl()