Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c406 unsigned cq_last_tm_flush; member
1527 events_needed = req->timeout.target_seq - ctx->cq_last_tm_flush; in io_flush_timeouts()
1528 events_got = seq - ctx->cq_last_tm_flush; in io_flush_timeouts()
1535 ctx->cq_last_tm_flush = seq; in io_flush_timeouts()
6192 ctx->cq_last_tm_flush = tail; in io_timeout()