Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c387 struct list_head locked_free_list; member
1363 INIT_LIST_HEAD(&ctx->locked_free_list); in io_ring_ctx_alloc()
1867 list_add(&req->inflight_entry, &ctx->locked_free_list); in io_req_complete_post()
1945 list_splice_init(&ctx->locked_free_list, &state->free_list); in io_flush_cached_locked_reqs()
2049 list_add(&req->inflight_entry, &ctx->locked_free_list); in __io_free_req()