Home
last modified time | relevance | path

Searched refs:create_io_thread (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dtask.h97 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node);
/openbmc/linux/io_uring/
H A Dsqpoll.c416 tsk = create_io_thread(io_sq_thread, sqd, NUMA_NO_NODE); in io_sq_offload_create()
H A Dio-wq.c778 tsk = create_io_thread(io_wq_worker, worker, NUMA_NO_NODE); in create_worker_cont()
847 tsk = create_io_thread(io_wq_worker, worker, NUMA_NO_NODE); in create_io_worker()
/openbmc/linux/kernel/
H A Dfork.c2843 struct task_struct *create_io_thread(int (*fn)(void *), void *arg, int node) in create_io_thread() function