HomeSort by relevance Sort by last modified time
    Searched full:bind_cpumask (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/src/tools/perf/bench/
numa.c 45 cpu_set_t bind_cpumask; member in struct:thread_data
527 CPU_ZERO(&td->bind_cpumask);
530 CPU_SET(cpu, &td->bind_cpumask);
1028 bind_to_cpumask(td->bind_cpumask);
1213 bind_to_cpumask(td->bind_cpumask);
1283 CPU_ZERO(&td->bind_cpumask);
1285 CPU_SET(cpu, &td->bind_cpumask);
    [all...]

Completed in 321 milliseconds