Searched refs:create_io_thread (Results 1 – 2 of 2) sorted by relevance
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()
2647 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node) in create_io_thread() function