Searched refs:numa_max_node (Results 1 – 6 of 6) sorted by relevance
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()
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()
54 int numa_max_node; /* if >0, numa supported */ member
81 auto numa_max_node = (int (*)(void))(numa_max_node_func); in NumaBind() local87 int numa_node_max_id = numa_max_node(); in NumaBind()
100 to_node = numa_max_node() + 1; in main()
40 for (auto i = 0; i <= numa_max_node(); ++i) { in CacheServerHW()