Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dsqpoll.c517 tsk = create_io_thread(io_sq_thread, sqd, NUMA_NO_NODE); in io_sq_offload_create()
H A Dio-wq.c852 tsk = create_io_thread(io_wq_worker, worker, NUMA_NO_NODE); in create_worker_cont()
917 tsk = create_io_thread(io_wq_worker, worker, NUMA_NO_NODE); in create_io_worker()
/linux/kernel/
H A Dfork.c2590 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node) in create_io_thread() function