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