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()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()
381 struct io_alloc_cache futex_cache; member