Home
last modified time | relevance | path

Searched refs:imu_cache (Results 1 – 2 of 2) sorted by relevance

/linux/io_uring/
H A Drsrc.c126 return io_cache_alloc(&ctx->imu_cache, GFP_KERNEL); in io_alloc_imu()
134 io_cache_free(&ctx->imu_cache, imu); in io_free_imu()
175 ret |= io_alloc_cache_init(&ctx->imu_cache, IO_ALLOC_CACHE_MAX, in io_rsrc_cache_init()
183 io_alloc_cache_free(&ctx->imu_cache, kfree); in io_rsrc_cache_free()
/linux/include/linux/
H A Dio_uring_types.h306 struct io_alloc_cache imu_cache; member