MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mlx4_zmallocv_socket

Function mlx4_zmallocv_socket

dpdk/drivers/net/mlx4/mlx4_utils.c:183–188  ·  view source on GitHub ↗

* Combines the semantics of mlx4_mallocv_socket() with those of * mlx4_zmalloc_socket(). * * @see mlx4_mallocv_socket() * @see rte_zmalloc_socket() */

Source from the content-addressed store, hash-verified

181 * @see rte_zmalloc_socket()
182 */
183size_t
184mlx4_zmallocv_socket(const char *type, const struct mlx4_malloc_vec *vec,
185 unsigned int cnt, int socket)
186{
187 return mlx4_mallocv_inline(type, vec, cnt, 1, socket);
188}

Callers 2

mlx4_tx_queue_setupFunction · 0.85
mlx4_rx_queue_setupFunction · 0.85

Calls 1

mlx4_mallocv_inlineFunction · 0.85

Tested by

no test coverage detected