Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dio_uring_types.h42 struct io_hash_table { struct
255 struct io_hash_table cancel_table_locked;
313 struct io_hash_table cancel_table;
/openbmc/linux/io_uring/
H A Dcancel.h21 void init_hash_table(struct io_hash_table *table, unsigned size);
H A Dpoll.c121 struct io_hash_table *table = &req->ctx->cancel_table; in io_poll_req_insert()
132 struct io_hash_table *table = &req->ctx->cancel_table; in io_poll_req_delete()
143 struct io_hash_table *table = &req->ctx->cancel_table_locked; in io_poll_req_insert_locked()
750 struct io_hash_table *table, in io_poll_remove_all_table()
791 struct io_hash_table *table, in io_poll_find()
820 struct io_hash_table *table, in io_poll_file_find()
856 struct io_hash_table *table) in __io_poll_cancel()
H A Dcancel.c228 void init_hash_table(struct io_hash_table *table, unsigned size) in init_hash_table()
H A Dio_uring.c270 static int io_alloc_hash_table(struct io_hash_table *table, unsigned bits) in io_alloc_hash_table()