Home
last modified time | relevance | path

Searched refs:io_netmsg_cache_free (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/io_uring/
H A Dnet.h67 void io_netmsg_cache_free(struct io_cache_entry *entry);
69 static inline void io_netmsg_cache_free(struct io_cache_entry *entry) in io_netmsg_cache_free() function
H A Dnet.c1584 void io_netmsg_cache_free(struct io_cache_entry *entry) in io_netmsg_cache_free() function
H A Dio_uring.c3038 io_alloc_cache_free(&ctx->netmsg_cache, io_netmsg_cache_free); in io_uring_poll()