Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dfutex.c38 return io_alloc_cache_init(&ctx->futex_cache, IO_FUTEX_ALLOC_CACHE_MAX, in io_futex_cache_init()
44 io_alloc_cache_free(&ctx->futex_cache, kfree); in io_futex_cache_free()
60 if (!io_alloc_cache_put(&ctx->futex_cache, ifd)) in io_futex_complete()
258 ifd = io_alloc_cache_get(&ctx->futex_cache); in io_alloc_ifd()
/linux-6.12.1/include/linux/
Dio_uring_types.h351 struct io_alloc_cache futex_cache; member