Home
last modified time | relevance | path

Searched refs:zone (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/iavf/
H A Diavf_impl.c39 mem->zone = (const void *)mz; in iavf_allocate_dma_mem_d()
51 rte_memzone_free((const struct rte_memzone *)mem->zone); in iavf_free_dma_mem_d()
52 mem->zone = NULL; in iavf_free_dma_mem_d()
/dpdk/usertools/telemetry-endpoints/
H A Dmemory.py18 for zone in sock.cmd("/eal/memzone_list") or []:
19 z = sock.cmd("/eal/memzone_info", zone)
/dpdk/doc/guides/gpus/
H A Dcuda.rst10 `NVIDIA CUDA Toolkit developer zone <https://docs.nvidia.com/cuda>`_.
/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h43 const void *zone; /* memory zone */ member
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst735 * When a test is done in a critical zone (called often or in a data path) the code can use the ``li…