Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c6321 struct io_timeout_rem *tr = &req->timeout_rem; in io_timeout_remove_prep() local
6330 tr->ltimeout = false; in io_timeout_remove_prep()
6331 tr->addr = READ_ONCE(sqe->addr); in io_timeout_remove_prep()
6332 tr->flags = READ_ONCE(sqe->timeout_flags); in io_timeout_remove_prep()
6333 if (tr->flags & IORING_TIMEOUT_UPDATE_MASK) { in io_timeout_remove_prep()
6334 if (hweight32(tr->flags & IORING_TIMEOUT_CLOCK_MASK) > 1) in io_timeout_remove_prep()
6336 if (tr->flags & IORING_LINK_TIMEOUT_UPDATE) in io_timeout_remove_prep()
6337 tr->ltimeout = true; in io_timeout_remove_prep()
6338 if (tr->flags & ~(IORING_TIMEOUT_UPDATE_MASK|IORING_TIMEOUT_ABS)) in io_timeout_remove_prep()
6340 if (get_timespec64(&tr->ts, u64_to_user_ptr(sqe->addr2))) in io_timeout_remove_prep()
[all …]