Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dio-wq.h46 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data);
Dtctx.c44 return io_wq_create(concurrency, &data); in io_init_wq_offload()
Dio-wq.c1148 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data) in io_wq_create() function