Searched refs:imu_cache (Results 1 – 2 of 2) sorted by relevance
120 return io_cache_alloc(&ctx->imu_cache, GFP_KERNEL); in io_alloc_imu()128 io_cache_free(&ctx->imu_cache, imu); in io_free_imu()167 ret |= io_alloc_cache_init(&ctx->imu_cache, IO_ALLOC_CACHE_MAX, in io_rsrc_cache_init()175 io_alloc_cache_free(&ctx->imu_cache, kfree); in io_rsrc_cache_free()
306 struct io_alloc_cache imu_cache; member