Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A 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()
59 io_cache_free(&ctx->futex_cache, req->async_data); in io_futex_complete()
285 ifd = io_cache_alloc(&ctx->futex_cache, GFP_NOWAIT); in io_futex_wait()
/linux-6.15/include/linux/
H A Dio_uring_types.h381 struct io_alloc_cache futex_cache; member