Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dio-wq.h68 extern void io_wq_worker_sleeping(struct task_struct *);
71 static inline void io_wq_worker_sleeping(struct task_struct *tsk)
76 static inline void io_wq_worker_sleeping(struct task_struct *tsk) io_wq_worker_sleeping() function
H A Dio-wq.c765 void io_wq_worker_sleeping(struct task_struct *tsk) in io_wq_worker_sleeping() function
/linux/kernel/sched/
H A Dcore.c6915 io_wq_worker_sleeping(tsk); in sched_submit_work()