Lines Matching defs:offline
1567 // Return (possibly empty) affinity mask representing the offline CPUs
1570 kmp_affin_mask_t *offline;
1571 KMP_CPU_ALLOC(offline);
1572 KMP_CPU_ZERO(offline);
1584 // File contains CSV of integer ranges representing the offline CPUs
1586 int status = offline_file.try_open("/sys/devices/system/cpu/offline", "r");
1588 return offline;
1616 // Insert [begin_cpu, end_cpu] into offline mask
1618 KMP_CPU_SET(cpu, offline);
1622 return offline;
1651 // Skip offline CPUs