Home
last modified time | relevance | path

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

/linux/io_uring/
H A During_cmd.c58 hlist_for_each_entry_safe(req, tmp, &ctx->cancelable_uring_cmd, in io_uring_try_cancel_uring_cmd()
113 hlist_add_head(&req->hash_node, &ctx->cancelable_uring_cmd); in io_uring_cmd_mark_cancelable()
H A Dio_uring.c348 INIT_HLIST_HEAD(&ctx->cancelable_uring_cmd); in io_ring_ctx_alloc()
/linux/include/linux/
H A Dio_uring_types.h304 struct hlist_head cancelable_uring_cmd; member