Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_memalloc.c500 int cur_socket_id = 0; in alloc_seg() local
635 ret = get_mempolicy(&cur_socket_id, NULL, 0, addr, in alloc_seg()
641 } else if (cur_socket_id != socket_id) { in alloc_seg()
644 __func__, socket_id, cur_socket_id); in alloc_seg()