Searched refs:create_io_thread (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/sched/ |
| H A D | task.h | 101 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node);
|
| /linux/io_uring/ |
| H A D | sqpoll.c | 516 tsk = create_io_thread(io_sq_thread, sqd, NUMA_NO_NODE); in io_sq_offload_create()
|
| H A D | io-wq.c | 845 tsk = create_io_thread(io_wq_worker, worker, NUMA_NO_NODE); in create_worker_cont() 910 tsk = create_io_thread(io_wq_worker, worker, NUMA_NO_NODE); in create_io_worker()
|
| /linux/kernel/ |
| H A D | fork.c | 2545 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node) in create_io_thread() function
|