Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dpoll.c120 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_req_insert()
725 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_remove_all_table()
757 struct io_hash_bucket **out_bucket) in io_poll_find()
761 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_find()
786 struct io_hash_bucket **out_bucket) in io_poll_file_find()
795 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_file_find()
827 struct io_hash_bucket *bucket; in __io_poll_cancel()
949 struct io_hash_bucket *bucket; in io_poll_remove()
Dfdinfo.c178 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in __io_uring_show_fdinfo()
/Linux-v6.1/include/linux/
Dio_uring_types.h37 struct io_hash_bucket { struct
43 struct io_hash_bucket *hbs; argument