Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio-wq.h123 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data);
Dio-wq.c1055 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data) in io_wq_create() function
Dio_uring.c8555 return io_wq_create(concurrency, &data); in io_init_wq_offload()