Home
last modified time | relevance | path

Searched refs:io_hash_bucket (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/io_uring/
Dpoll.c123 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_req_insert()
760 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_remove_all_table()
792 struct io_hash_bucket **out_bucket) in io_poll_find()
796 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_find()
821 struct io_hash_bucket **out_bucket) in io_poll_file_find()
830 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_file_find()
858 struct io_hash_bucket *bucket; in __io_poll_cancel()
981 struct io_hash_bucket *bucket; in io_poll_remove()
Dfdinfo.c181 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in io_uring_show_fdinfo()
182 struct io_hash_bucket *hbl = &ctx->cancel_table_locked.hbs[i]; in io_uring_show_fdinfo()
/linux-6.6.21/include/linux/
Dio_uring_types.h37 struct io_hash_bucket { struct
43 struct io_hash_bucket *hbs; argument