Home
last modified time | relevance | path

Searched refs:vmalloc (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/dpaax/
H A Dcompat.h343 #define vmalloc(sz) rte_malloc(NULL, sz, 0) macro
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c161 qman_fq_lookup_table = vmalloc((num_entries * sizeof(void *))); in qman_setup_fq_lookup_table()