Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_heap.c537 int i, n_other_msls, n_other_pg_sz, n_requested_msls, n_requested_pg_sz; in alloc_more_mem_on_socket() local
552 n_other_msls = 0; in alloc_more_mem_on_socket()
567 other_msls[n_other_msls++] = msl; in alloc_more_mem_on_socket()
573 qsort(other_msls, n_other_msls, sizeof(other_msls[0]), in alloc_more_mem_on_socket()
589 for (i = 0; i < n_other_msls; i++) { in alloc_more_mem_on_socket()