Home
last modified time | relevance | path

Searched refs:create_io_thread (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/sched/
Dtask.h91 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node);
/linux-6.1.9/io_uring/
Dsqpoll.c398 tsk = create_io_thread(io_sq_thread, sqd, NUMA_NO_NODE); in io_sq_offload_create()
Dio-wq.c751 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-6.1.9/kernel/
Dfork.c2611 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node) in create_io_thread() function