Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.h156 extern void io_wq_worker_running(struct task_struct *);
161 static inline void io_wq_worker_running(struct task_struct *tsk) in io_wq_worker_running() function
H A Dio-wq.c668 void io_wq_worker_running(struct task_struct *tsk) in io_wq_worker_running() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c4871 io_wq_worker_running(tsk); in sched_update_worker()