Lines Matching defs:online
357 "/sys/devices/system/cpu/cpu%d/online", cpu);
362 fprintf(stderr, "This system is not configured for CPU 0 online/offline\n");
363 fprintf(stderr, "Ignoring online request for CPU 0 as this is already online\n");
392 int j, online, pkg_id, die_id = 0, skip = 0;
397 online = parse_int_file(
398 1, "/sys/devices/system/cpu/cpu%d/online", i);
400 online =
401 1; /* online entry for CPU 0 needs some special configs */
422 if (!skip && online && callback) {
436 int online;
441 online = parse_int_file(
442 1, "/sys/devices/system/cpu/cpu%d/online", i);
444 online =
445 1; /* online entry for CPU 0 needs some special configs */
447 if (online && callback) {
1271 fprintf(stderr, "Option is set to online/offline\n");
1276 isst_display_error_info_message(1, "Can't get coremask, online/offline option is ignored", 0, 0);
1285 fprintf(stderr, "online cpu %d\n", i);
1305 "\t Optional Arguments: -o | online : online/offline for the tdp level\n");
1307 "\t online/offline operation has limitations, refer to Linux hotplug documentation\n");
2412 { "online", required_argument, 0, 'o' },