Searched refs:numa_max_node (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | memtoy.c | 375 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()
|
D | commands.c | 238 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()
|
D | memtoy.h | 54 int numa_max_node; /* if >0, numa supported */ member
|
/external/ltp/testcases/kernel/syscalls/move_pages/ |
D | move_pages06.c | 100 to_node = numa_max_node() + 1; in main()
|
/external/pytorch/c10/util/ |
D | numa.cpp | 32 numa_node_id <= numa_max_node(), in NUMABind()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | ksm_tests.c | 375 int i, max_node = numa_max_node(); in get_next_mem_node() 388 return get_next_mem_node(numa_max_node()); in get_first_mem_node()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | reuseport_bpf_numa.c | 240 nodes = numa_max_node() + 1; in main()
|