Searched refs:ptr1 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_malloc.c | 53 if (ptr2 >= ptr1 && (ptr2 - ptr1) < len1) in is_memory_overlap() 55 else if (ptr2 < ptr1 && (ptr1 - ptr2) < len2) in is_memory_overlap() 386 char *ptr1 = rte_zmalloc_socket( in test_realloc_socket() local 388 if (!ptr1){ in test_realloc_socket() 392 strlcpy(ptr1, hello_str, size1); in test_realloc_socket() 396 rte_free(ptr1); in test_realloc_socket() 400 if (ptr1 == ptr2){ in test_realloc_socket() 574 void *ptr1, *ptr2; in test_realloc_numa() local 578 ptr1 = NULL; in test_realloc_numa() 594 ptr1 = ptr2; in test_realloc_numa() [all …]
|
| H A D | test_memzone.c | 55 is_memory_overlap(rte_iova_t ptr1, size_t len1, rte_iova_t ptr2, size_t len2) in is_memory_overlap() argument 57 if (ptr2 >= ptr1 && (ptr2 - ptr1) < len1) in is_memory_overlap() 59 else if (ptr2 < ptr1 && (ptr1 - ptr2) < len2) in is_memory_overlap()
|
| H A D | test_ring.h | 75 test_ring_mem_copy(zcd->ptr1, src, esize, zcd->n1); in test_ring_copy_to() 92 test_ring_mem_copy(dst, zcd->ptr1, esize, zcd->n1); in test_ring_copy_from()
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_peek_zc.h | 85 void *ptr1; member 149 __rte_ring_get_elem_addr(r, head, esize, n, &zcd->ptr1, in __rte_ring_do_enqueue_zc_elem_start() 363 __rte_ring_get_elem_addr(r, head, esize, n, &zcd->ptr1, in __rte_ring_do_dequeue_zc_elem_start()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 221 #define RTE_PTR_DIFF(ptr1, ptr2) ((uintptr_t)(ptr1) - (uintptr_t)(ptr2)) argument
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 260 #define RTE_PTR_DIFF(ptr1, ptr2) ((uintptr_t)(ptr1) - (uintptr_t)(ptr2)) argument
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ring_lib.rst | 485 nb_rx = rte_eth_rx_burst(portid, queueid, zcd->ptr1, zcd->n1);
|