Searched refs:hash_reg_file (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | opdef.c | 71 .hash_reg_file = 1, 102 .hash_reg_file = 1, 242 .hash_reg_file = 1, 308 .hash_reg_file = 1, 328 .hash_reg_file = 1,
|
H A D | opdef.h | 11 unsigned hash_reg_file : 1; member
|
H A D | io_uring.c | 464 bool should_hash = def->hash_reg_file; in io_prep_async_work()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 913 unsigned hash_reg_file : 1; member 944 .hash_reg_file = 1, 963 .hash_reg_file = 1, 1031 .hash_reg_file = 1, 1059 .hash_reg_file = 1, 1066 .hash_reg_file = 1, 1448 if (def->hash_reg_file || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()
|
Completed in 20 milliseconds