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.c123 struct io_hash_table *table = &req->ctx->cancel_table;
134 struct io_hash_table *table = &req->ctx->cancel_table;
145 struct io_hash_table *table = &req->ctx->cancel_table_locked;
764 struct io_hash_table *table,
805 struct io_hash_table *table,
833 struct io_hash_table *table,
869 struct io_hash_table *table)
H A Dcancel.c235 void init_hash_table(struct io_hash_table *table, unsigned size)
H A Dio_uring.c260 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
300 struct io_hash_table cancel_table_locked;
351 struct io_hash_table cancel_table;

Completed in 230 milliseconds