Searched refs:futex_cache (Results 1 – 2 of 2) sorted by relevance
38 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()
351 struct io_alloc_cache futex_cache; member