Searched refs:create_io_thread (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | task.h | 89 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node);
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io-wq.c | 754 tsk = create_io_thread(io_wqe_worker, worker, wqe->node); in create_worker_cont() 821 tsk = create_io_thread(io_wqe_worker, worker, wqe->node); in create_io_worker()
|
| H A D | io_uring.c | 8617 tsk = create_io_thread(io_sq_thread, sqd, NUMA_NO_NODE); in io_sq_offload_create()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | fork.c | 2492 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node) in create_io_thread() function
|