Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Drsrc.c120 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()
/linux-6.15/include/linux/
H A Dio_uring_types.h306 struct io_alloc_cache imu_cache; member