Searched refs:futex_cache (Results 1 - 2 of 2) sorted by relevance

/linux-master/io_uring/
H A Dfutex.c39 io_alloc_cache_init(&ctx->futex_cache, IO_NODE_ALLOC_CACHE_MAX,
50 io_alloc_cache_free(&ctx->futex_cache, io_futex_cache_entry_free);
66 if (!io_alloc_cache_put(&ctx->futex_cache, &ifd->cache))
264 entry = io_alloc_cache_get(&ctx->futex_cache);
/linux-master/include/linux/
H A Dio_uring_types.h360 struct io_alloc_cache futex_cache; member in struct:io_ring_ctx

Completed in 360 milliseconds