Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dio_uring_types.h42 struct io_hash_table { struct
249 struct io_hash_table cancel_table_locked;
298 struct io_hash_table cancel_table;
/linux-6.1.9/io_uring/
Dpoll.c118 struct io_hash_table *table = &req->ctx->cancel_table; in io_poll_req_insert()
129 struct io_hash_table *table = &req->ctx->cancel_table; in io_poll_req_delete()
140 struct io_hash_table *table = &req->ctx->cancel_table_locked; in io_poll_req_insert_locked()
745 struct io_hash_table *table, in io_poll_remove_all_table()
786 struct io_hash_table *table, in io_poll_find()
815 struct io_hash_table *table, in io_poll_file_find()
855 struct io_hash_table *table) in __io_poll_cancel()
Dcancel.h21 void init_hash_table(struct io_hash_table *table, unsigned size);
Dcancel.c201 void init_hash_table(struct io_hash_table *table, unsigned size) in init_hash_table()
Dio_uring.c259 static int io_alloc_hash_table(struct io_hash_table *table, unsigned bits) in io_alloc_hash_table()