Home
last modified time | relevance | path

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

/linux/io_uring/
H A Drsrc.c115 return io_cache_alloc(&ctx->imu_cache, GFP_KERNEL); in io_alloc_imu()
122 io_cache_free(&ctx->imu_cache, imu); in io_free_imu()
163 ret |= io_alloc_cache_init(&ctx->imu_cache, IO_ALLOC_CACHE_MAX, in io_rsrc_cache_init()
171 io_alloc_cache_free(&ctx->imu_cache, kfree); in io_rsrc_cache_free()
/linux/include/linux/
H A Dio_uring_types.h341 struct io_alloc_cache imu_cache; member