Home
last modified time | relevance | path

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

/linux/include/linux/
A Dio_uring_types.h74 struct io_hash_table { struct
294 struct io_hash_table cancel_table_locked;
345 struct io_hash_table cancel_table;
/linux/io_uring/
A Dpoll.c123 struct io_hash_table *table = &req->ctx->cancel_table; in io_poll_req_insert()
134 struct io_hash_table *table = &req->ctx->cancel_table; in io_poll_req_delete()
145 struct io_hash_table *table = &req->ctx->cancel_table_locked; in io_poll_req_insert_locked()
765 struct io_hash_table *table, in io_poll_remove_all_table()
806 struct io_hash_table *table, in io_poll_find()
834 struct io_hash_table *table, in io_poll_file_find()
870 struct io_hash_table *table) in __io_poll_cancel()
A Dcancel.h23 void init_hash_table(struct io_hash_table *table, unsigned size);
A Dcancel.c235 void init_hash_table(struct io_hash_table *table, unsigned size) in init_hash_table()
A Dio_uring.c262 static int io_alloc_hash_table(struct io_hash_table *table, unsigned bits) in io_alloc_hash_table()

Completed in 20 milliseconds