Searched refs:imu_cache (Results 1 – 2 of 2) sorted by relevance
165 return io_cache_alloc(&ctx->imu_cache, GFP_KERNEL); in io_alloc_imu()172 io_cache_free(&ctx->imu_cache, imu); in io_free_imu()251 ret |= io_alloc_cache_init(&ctx->imu_cache, IO_ALLOC_CACHE_MAX, in io_rsrc_cache_init()259 io_alloc_cache_free(&ctx->imu_cache, kvfree); in io_rsrc_cache_free()
391 struct io_alloc_cache imu_cache; member