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

/linux-master/io_uring/
H A Dalloc_cache.h54 static inline void io_alloc_cache_free(struct io_alloc_cache *cache, function
H A Dfutex.c50 io_alloc_cache_free(&ctx->futex_cache, io_futex_cache_entry_free);
H A Dio_uring.c2901 io_alloc_cache_free(&ctx->apoll_cache, io_apoll_cache_free);
2902 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free);
2918 io_alloc_cache_free(&ctx->rsrc_node_cache, io_rsrc_node_cache_free);

Completed in 157 milliseconds