Searched refs:io_alloc_cache_free (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/io_uring/ |
D | alloc_cache.h | 47 static inline void io_alloc_cache_free(struct io_alloc_cache *cache, in io_alloc_cache_free() function
|
D | io_uring.c | 356 io_alloc_cache_free(&ctx->rsrc_node_cache, kfree); in io_ring_ctx_alloc() 357 io_alloc_cache_free(&ctx->apoll_cache, kfree); in io_ring_ctx_alloc() 358 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free); in io_ring_ctx_alloc() 359 io_alloc_cache_free(&ctx->rw_cache, io_rw_cache_free); in io_ring_ctx_alloc() 360 io_alloc_cache_free(&ctx->uring_cache, kfree); in io_ring_ctx_alloc() 361 io_alloc_cache_free(&ctx->msg_cache, io_msg_cache_free); in io_ring_ctx_alloc() 2743 io_alloc_cache_free(&ctx->apoll_cache, kfree); in io_ring_ctx_free() 2744 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free); in io_ring_ctx_free() 2745 io_alloc_cache_free(&ctx->rw_cache, io_rw_cache_free); in io_ring_ctx_free() 2746 io_alloc_cache_free(&ctx->uring_cache, kfree); in io_ring_ctx_free() [all …]
|
D | futex.c | 44 io_alloc_cache_free(&ctx->futex_cache, kfree); in io_futex_cache_free()
|