Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dtimeout.c93 events_needed = timeout->target_seq - ctx->cq_last_tm_flush; in io_flush_timeouts()
94 events_got = seq - ctx->cq_last_tm_flush; in io_flush_timeouts()
100 ctx->cq_last_tm_flush = seq; in io_flush_timeouts()
553 ctx->cq_last_tm_flush = tail; in io_timeout()
/Linux-v6.1/include/linux/
Dio_uring_types.h312 unsigned cq_last_tm_flush; member