Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c375 gcp->numa_max_node = numa_max_node(); in init_glctx()
377 gcp->numa_max_node = -1; in init_glctx()
485 if (gcp->numa_max_node >= 0) in main()
487 gcp->program_name, gcp->numa_max_node); in main()
Dcommands.c238 if (gcp->numa_max_node <= 0) { in numa_supported()
359 if (node > gcp->numa_max_node) { in get_nodemask()
361 gcp->program_name, gcp->numa_max_node); in get_nodemask()
403 if (node > gcp->numa_max_node) { in get_arg_nodeid_list()
405 gcp->program_name, gcp->numa_max_node); in get_arg_nodeid_list()
424 if (count >= gcp->numa_max_node) { in get_arg_nodeid_list()
443 int nr_nodes = 0, max_node = gcp->numa_max_node; in get_current_nodeid_list()
513 nodeids = calloc(gcp->numa_max_node, sizeof(*nodeids)); in numa_info()
562 toids = calloc(gcp->numa_max_node, sizeof(*toids)); in migrate_process()
563 fromids = calloc(gcp->numa_max_node, sizeof(*fromids)); in migrate_process()
Dmemtoy.h54 int numa_max_node; /* if >0, numa supported */ member
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dnuma_interface.cc81 auto numa_max_node = (int (*)(void))(numa_max_node_func); in NumaBind() local
87 int numa_node_max_id = numa_max_node(); in NumaBind()
/third_party/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages06.c100 to_node = numa_max_node() + 1; in main()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_hw.cc40 for (auto i = 0; i <= numa_max_node(); ++i) { in CacheServerHW()