Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/lib/
Dnuma_helper.c285 int numa_nodes = 0; in is_numa() local
287 ret = get_allowed_nodes_arr(flag, &numa_nodes, NULL); in is_numa()
291 if (numa_nodes >= min_nodes) in is_numa()
/external/autotest/client/bin/
Dutils.py740 def numa_nodes(): function
747 nodes = max(len(numa_nodes()), 1)