Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dfutex.c127 hlist_for_each_entry_safe(req, tmp, &ctx->futex_list, hash_node) { in io_futex_cancel()
153 hlist_for_each_entry_safe(req, tmp, &ctx->futex_list, hash_node) { in io_futex_remove_all()
309 hlist_add_head(&req->hash_node, &ctx->futex_list); in io_futexv_wait()
349 hlist_add_head(&req->hash_node, &ctx->futex_list); in io_futex_wait()
Dio_uring.c344 INIT_HLIST_HEAD(&ctx->futex_list); in io_ring_ctx_alloc()
/linux-6.12.1/include/linux/
Dio_uring_types.h350 struct hlist_head futex_list; member