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

/linux-master/io_uring/
H A Dfiletable.h71 ctx->file_table.alloc_hint = ctx->file_alloc_start;
77 ctx->file_alloc_start = off;
H A Dfiletable.c30 if (table->alloc_hint == ctx->file_alloc_start)
33 table->alloc_hint = ctx->file_alloc_start;
/linux-master/include/linux/
H A Dio_uring_types.h369 unsigned int file_alloc_start; member in struct:io_ring_ctx

Completed in 168 milliseconds