Home
last modified time | relevance | path

Searched refs:node_mask (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dmmap.c195 unsigned long node_mask; in perf_mmap__aio_bind() local
200 node_mask = 1UL << cpu__get_node(cpu); in perf_mmap__aio_bind()
201 if (mbind(data, mmap_len, MPOL_BIND, &node_mask, 1, 0)) { in perf_mmap__aio_bind()