Home
last modified time | relevance | path

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

/openbmc/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) in io_wq_worker_sleeping() function
H A Dio-wq.c717 void io_wq_worker_sleeping(struct task_struct *tsk) in io_wq_worker_sleeping() function
/openbmc/linux/kernel/sched/
H A Dcore.c6740 io_wq_worker_sleeping(tsk); in sched_submit_work()