Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c504 unsigned int *nodeids; in numa_info() local
511 nodeids = calloc(gcp->numa_max_node, sizeof(*nodeids)); in numa_info()
512 nr_nodes = get_current_nodeid_list(nodeids); in numa_info()
517 int node = nodeids[i]; in numa_info()