Home
last modified time | relevance | path

Searched refs:cq_last_tm_flush (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/io_uring/
H A Dtimeout.c145 events_needed = timeout->target_seq - ctx->cq_last_tm_flush; in io_flush_timeouts()
146 events_got = seq - ctx->cq_last_tm_flush; in io_flush_timeouts()
152 ctx->cq_last_tm_flush = seq; in io_flush_timeouts()
613 ctx->cq_last_tm_flush = tail; in io_timeout()
/linux-6.15/include/linux/
H A Dio_uring_types.h370 unsigned cq_last_tm_flush; member