Searched refs:create_io_thread (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/include/linux/sched/ |
| D | task.h | 91 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node);
|
| /Linux-v6.1/io_uring/ |
| D | sqpoll.c | 398 tsk = create_io_thread(io_sq_thread, sqd, NUMA_NO_NODE); in io_sq_offload_create()
|
| D | io-wq.c | 751 tsk = create_io_thread(io_wqe_worker, worker, wqe->node); in create_worker_cont() 820 tsk = create_io_thread(io_wqe_worker, worker, wqe->node); in create_io_worker()
|
| /Linux-v6.1/kernel/ |
| D | fork.c | 2606 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node) in create_io_thread() function
|