Searched refs:io_alloc_cache_free (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Dalloc_cache.h47 static inline void io_alloc_cache_free(struct io_alloc_cache *cache, function
H A Dfutex.c44 io_alloc_cache_free(&ctx->futex_cache, kfree);
H A Dio_uring.c348 io_alloc_cache_free(&ctx->rsrc_node_cache, kfree);
349 io_alloc_cache_free(&ctx->apoll_cache, kfree);
350 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free);
351 io_alloc_cache_free(&ctx->rw_cache, io_rw_cache_free);
352 io_alloc_cache_free(&ctx->uring_cache, kfree);
2647 io_alloc_cache_free(&ctx->apoll_cache, kfree);
2648 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free);
2649 io_alloc_cache_free(&ctx->rw_cache, io_rw_cache_free);
2650 io_alloc_cache_free(&ctx->uring_cache, kfree);
2666 io_alloc_cache_free(
[all...]

Completed in 181 milliseconds