Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio-wq.h112 struct io_wq_data { struct
119 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data); argument
120 bool io_wq_get(struct io_wq *wq, struct io_wq_data *data);
Dio-wq.c1091 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data) in io_wq_create()
1171 bool io_wq_get(struct io_wq *wq, struct io_wq_data *data) in io_wq_get()
Dio_uring.c7694 struct io_wq_data data; in io_init_wq_offload()