Searched refs:cpu__max_node (Results 1 – 3 of 3) sorted by relevance
55 int cpu__max_node(void);
105 if (affinity != PERF_AFFINITY_SYS && cpu__max_node() > 1) { in perf_mmap__aio_bind()265 if (mp->affinity == PERF_AFFINITY_NODE && cpu__max_node() > 1) in perf_mmap__setup_affinity_mask()
371 int cpu__max_node(void) in cpu__max_node() function