Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/lib/
Dnuma_helper.c189 if ((flag & NH_CPUS) == NH_CPUS) in get_allowed_nodes_arr()
267 print_node_info(NH_CPUS); in nh_dump_nodes()
268 print_node_info(NH_MEMS | NH_CPUS); in nh_dump_nodes()
/third_party/ltp/testcases/kernel/include/
Dnuma_helper.h31 #define NH_CPUS (1 << 1) macro
/third_party/ltp/testcases/kernel/mem/cpuset/
Dcpuset01.c85 if (get_allowed_nodes_arr(NH_MEMS | NH_CPUS, &nnodes, &nodes) < 0) in setup()
/third_party/ltp/testcases/kernel/mem/lib/
Dmem.c178 ret = get_allowed_nodes_arr(NH_MEMS|NH_CPUS, &num_nodes, &nodes); in set_global_mempolicy()
674 ret = get_allowed_nodes(NH_MEMS | NH_CPUS, 1, &nd1); in get_a_numa_node()