Lines Matching refs:enabled
375 bool enabled = false; in wakeup_count_show() local
380 enabled = true; in wakeup_count_show()
383 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_count_show()
392 bool enabled = false; in wakeup_active_count_show() local
397 enabled = true; in wakeup_active_count_show()
400 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_active_count_show()
410 bool enabled = false; in wakeup_abort_count_show() local
415 enabled = true; in wakeup_abort_count_show()
418 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_abort_count_show()
428 bool enabled = false; in wakeup_expire_count_show() local
433 enabled = true; in wakeup_expire_count_show()
436 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_expire_count_show()
445 bool enabled = false; in wakeup_active_show() local
450 enabled = true; in wakeup_active_show()
453 return enabled ? sprintf(buf, "%u\n", active) : sprintf(buf, "\n"); in wakeup_active_show()
462 bool enabled = false; in wakeup_total_time_show() local
467 enabled = true; in wakeup_total_time_show()
470 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_total_time_show()
479 bool enabled = false; in wakeup_max_time_show() local
484 enabled = true; in wakeup_max_time_show()
487 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_max_time_show()
496 bool enabled = false; in wakeup_last_time_show() local
501 enabled = true; in wakeup_last_time_show()
504 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_last_time_show()
515 bool enabled = false; in wakeup_prevent_sleep_time_show() local
520 enabled = true; in wakeup_prevent_sleep_time_show()
523 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_prevent_sleep_time_show()