Searched refs:create_io_thread (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/sched/ |
A D | task.h | 87 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node);
|
/linux/fs/ |
A D | io-wq.c | 757 tsk = create_io_thread(io_wqe_worker, worker, wqe->node); in create_worker_cont() 824 tsk = create_io_thread(io_wqe_worker, worker, wqe->node); in create_io_worker()
|
A D | io_uring.c | 8761 tsk = create_io_thread(io_sq_thread, sqd, NUMA_NO_NODE); in io_sq_offload_create()
|
/linux/kernel/ |
A D | fork.c | 2517 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node) in create_io_thread() function
|
/linux/ |
A D | System.map | 2024 ffff800010083180 T create_io_thread
|
A D | .tmp_System.map | 2024 ffff800010083180 T create_io_thread
|
Completed in 325 milliseconds