Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_hugepage_info.c138 char path[PATH_MAX], socketpath[PATH_MAX]; in get_num_hugepages_on_node() local
143 snprintf(socketpath, sizeof(socketpath), "%s/node%u/hugepages", in get_num_hugepages_on_node()
146 socketdir = opendir(socketpath); in get_num_hugepages_on_node()
156 socketpath, subdir, nr_hp_file); in get_num_hugepages_on_node()