Searched refs:zone (Results 1 – 5 of 5) sorted by relevance
39 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()
18 for zone in sock.cmd("/eal/memzone_list") or []:19 z = sock.cmd("/eal/memzone_info", zone)
10 `NVIDIA CUDA Toolkit developer zone <https://docs.nvidia.com/cuda>`_.
43 const void *zone; /* memory zone */ member
735 * When a test is done in a critical zone (called often or in a data path) the code can use the ``li…