Searched refs:io_hash_table (Results 1 - 5 of 5) sorted by relevance

/linux-master/io_uring/
H A Dcancel.h23 void init_hash_table(struct io_hash_table *table, unsigned size);
H A Dpoll.c122 struct io_hash_table *table = &req->ctx->cancel_table;
133 struct io_hash_table *table = &req->ctx->cancel_table;
144 struct io_hash_table *table = &req->ctx->cancel_table_locked;
766 struct io_hash_table *table,
807 struct io_hash_table *table,
835 struct io_hash_table *table,
871 struct io_hash_table *table)
H A Dcancel.c237 void init_hash_table(struct io_hash_table *table, unsigned size)
H A Dio_uring.c269 static int io_alloc_hash_table(struct io_hash_table *table, unsigned bits)
/linux-master/include/linux/
H A Dio_uring_types.h74 struct io_hash_table { struct
299 struct io_hash_table cancel_table_locked;
354 struct io_hash_table cancel_table;

Completed in 208 milliseconds