Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
H A Dtimeout.c133 events_needed = timeout->target_seq - ctx->cq_last_tm_flush; in io_flush_timeouts()
134 events_got = seq - ctx->cq_last_tm_flush; in io_flush_timeouts()
140 ctx->cq_last_tm_flush = seq; in io_flush_timeouts()
598 ctx->cq_last_tm_flush = tail; in io_timeout()
/kernel/linux/linux-6.6/include/linux/
H A Dio_uring_types.h301 unsigned cq_last_tm_flush; member
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c406 unsigned cq_last_tm_flush; member
1558 events_needed = req->timeout.target_seq - ctx->cq_last_tm_flush;
1559 events_got = seq - ctx->cq_last_tm_flush;
1565 ctx->cq_last_tm_flush = seq;
6320 ctx->cq_last_tm_flush = tail; in io_timeout()

Completed in 16 milliseconds