Searched refs:io_alloc_cache_free (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/io_uring/ |
D | alloc_cache.c | 5 void io_alloc_cache_free(struct io_alloc_cache *cache, in io_alloc_cache_free() function
|
D | alloc_cache.h | 11 void io_alloc_cache_free(struct io_alloc_cache *cache,
|
D | io_uring.c | 363 io_alloc_cache_free(&ctx->apoll_cache, kfree); in io_ring_ctx_alloc() 364 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free); in io_ring_ctx_alloc() 365 io_alloc_cache_free(&ctx->rw_cache, io_rw_cache_free); in io_ring_ctx_alloc() 366 io_alloc_cache_free(&ctx->uring_cache, kfree); in io_ring_ctx_alloc() 367 io_alloc_cache_free(&ctx->msg_cache, kfree); in io_ring_ctx_alloc() 2707 io_alloc_cache_free(&ctx->apoll_cache, kfree); in io_ring_ctx_free() 2708 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free); in io_ring_ctx_free() 2709 io_alloc_cache_free(&ctx->rw_cache, io_rw_cache_free); in io_ring_ctx_free() 2710 io_alloc_cache_free(&ctx->uring_cache, kfree); in io_ring_ctx_free() 2711 io_alloc_cache_free(&ctx->msg_cache, kfree); in io_ring_ctx_free()
|
D | futex.c | 44 io_alloc_cache_free(&ctx->futex_cache, kfree); in io_futex_cache_free()
|