Searched refs:create_io_thread (Results 1 – 3 of 3) sorted by relevance
517 tsk = create_io_thread(io_sq_thread, sqd, NUMA_NO_NODE); in io_sq_offload_create()
852 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()
2590 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node) in create_io_thread() function