Searched refs:io_alloc_cache (Results 1 – 4 of 4) sorted by relevance
| /linux/io_uring/ |
| H A D | alloc_cache.h | 13 void io_alloc_cache_free(struct io_alloc_cache *cache, 15 bool io_alloc_cache_init(struct io_alloc_cache *cache, 19 void *io_cache_alloc_new(struct io_alloc_cache *cache, gfp_t gfp); in io_alloc_cache_kasan() 21 static inline bool io_alloc_cache_put(struct io_alloc_cache *cache, in io_alloc_cache_kasan() 33 static inline void *io_alloc_cache_get(struct io_alloc_cache *cache) in io_alloc_cache_put() 54 static inline void *io_cache_alloc(struct io_alloc_cache *cache, gfp_t gfp) in io_alloc_cache_get() 64 static inline void io_cache_free(struct io_alloc_cache *cache, void *obj) in io_cache_alloc()
|
| H A D | alloc_cache.c | 5 void io_alloc_cache_free(struct io_alloc_cache *cache, in io_alloc_cache_free() 21 bool io_alloc_cache_init(struct io_alloc_cache *cache, in io_alloc_cache_init() 36 void *io_cache_alloc_new(struct io_alloc_cache *cache, gfp_t gfp) in io_cache_alloc_new()
|
| H A D | io_uring.h | 337 static inline void *io_uring_alloc_async_data(struct io_alloc_cache *cache, in io_uring_alloc_async_data()
|
| /linux/include/linux/ |
| H A D | io_uring_types.h | 263 struct io_alloc_cache { struct 340 struct io_alloc_cache node_cache; 341 struct io_alloc_cache imu_cache; 353 struct io_alloc_cache apoll_cache; 354 struct io_alloc_cache netmsg_cache; 355 struct io_alloc_cache rw_cache; 356 struct io_alloc_cache cmd_cache; 416 struct io_alloc_cache futex_cache;
|