Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio-wq.c139 static bool create_io_worker(struct io_wq *wq, int index);
327 return create_io_worker(wq, acct->index); in io_wq_create_worker()
356 create_io_worker(wq, worker->create_index); in create_worker_cb()
838 static bool create_io_worker(struct io_wq *wq, int index) in create_io_worker() function