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