Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.h134 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data);
H A Dio-wq.c1123 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data) in io_wq_create() function
H A Dio_uring.c8505 return io_wq_create(concurrency, &data); in io_init_wq_offload()