Lines Matching refs:enabled
381 bool enabled = false; in wakeup_count_show() local
386 enabled = true; in wakeup_count_show()
389 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_count_show()
398 bool enabled = false; in wakeup_active_count_show() local
403 enabled = true; in wakeup_active_count_show()
406 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_active_count_show()
416 bool enabled = false; in wakeup_abort_count_show() local
421 enabled = true; in wakeup_abort_count_show()
424 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_abort_count_show()
434 bool enabled = false; in wakeup_expire_count_show() local
439 enabled = true; in wakeup_expire_count_show()
442 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_expire_count_show()
451 bool enabled = false; in wakeup_active_show() local
456 enabled = true; in wakeup_active_show()
459 return enabled ? sprintf(buf, "%u\n", active) : sprintf(buf, "\n"); in wakeup_active_show()
468 bool enabled = false; in wakeup_total_time_show() local
473 enabled = true; in wakeup_total_time_show()
476 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_total_time_show()
485 bool enabled = false; in wakeup_max_time_show() local
490 enabled = true; in wakeup_max_time_show()
493 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_max_time_show()
502 bool enabled = false; in wakeup_last_time_show() local
507 enabled = true; in wakeup_last_time_show()
510 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_last_time_show()
521 bool enabled = false; in wakeup_prevent_sleep_time_show() local
526 enabled = true; in wakeup_prevent_sleep_time_show()
529 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_prevent_sleep_time_show()