Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c406 unsigned cq_last_tm_flush; member
1559 events_needed = req->timeout.target_seq - ctx->cq_last_tm_flush; in io_flush_timeouts()
1560 events_got = seq - ctx->cq_last_tm_flush; in io_flush_timeouts()
1566 ctx->cq_last_tm_flush = seq; in io_flush_timeouts()
6140 ctx->cq_last_tm_flush = tail; in io_timeout()