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.c514 unsigned int *nodeids; in numa_info() local
521 nodeids = calloc(gcp->numa_max_node, sizeof(*nodeids)); in numa_info()
522 nr_nodes = get_current_nodeid_list(nodeids); in numa_info()
527 int node = nodeids[i]; in numa_info()