Searched refs:io_alloc_hash_table (Results 1 - 1 of 1) sorted by relevance

/linux-master/io_uring/
H A Dio_uring.c269 static int io_alloc_hash_table(struct io_hash_table *table, unsigned bits) function
301 if (io_alloc_hash_table(&ctx->cancel_table, hash_bits))
303 if (io_alloc_hash_table(&ctx->cancel_table_locked, hash_bits))

Completed in 114 milliseconds