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()323 ifd = io_cache_alloc(&ctx->futex_cache, GFP_NOWAIT); in io_futex_wait()
370 struct io_alloc_cache futex_cache; member