Home
last modified time | relevance | path

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

/linux/io_uring/
H A 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()
298 hlist_add_head(&req->hash_node, &ctx->futex_list); in io_futexv_wait()
338 hlist_add_head(&req->hash_node, &ctx->futex_list); in io_futex_wait()
H A Dio_uring.c350 INIT_HLIST_HEAD(&ctx->futex_list); in io_ring_ctx_alloc()
/linux/include/linux/
H A Dio_uring_types.h369 struct hlist_head futex_list; member