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