Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc.c390 const unsigned size2 = size1 + 1024; in test_realloc_socket() local
391 const unsigned size3 = size2; in test_realloc_socket()
403 ptr1, size2, RTE_CACHE_LINE_SIZE, socket); in test_realloc_socket()
456 ptr4 = rte_realloc_socket(ptr3, size3 + size2 + size1, in test_realloc_socket()
/dpdk/lib/sched/
H A Drte_sched.c937 uint32_t size0, size1, size2; in rte_sched_port_config() local
952 size2 = params->n_max_subport_profiles * in rte_sched_port_config()
965 port->subport_profiles = rte_zmalloc_socket("subport_profile", size2, in rte_sched_port_config()