Lines Matching refs:enabled
348 bool enabled = false; in wakeup_count_show() local
353 enabled = true; in wakeup_count_show()
356 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_count_show()
366 bool enabled = false; in wakeup_active_count_show() local
371 enabled = true; in wakeup_active_count_show()
374 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_active_count_show()
384 bool enabled = false; in wakeup_abort_count_show() local
389 enabled = true; in wakeup_abort_count_show()
392 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_abort_count_show()
402 bool enabled = false; in wakeup_expire_count_show() local
407 enabled = true; in wakeup_expire_count_show()
410 return enabled ? sprintf(buf, "%lu\n", count) : sprintf(buf, "\n"); in wakeup_expire_count_show()
419 bool enabled = false; in wakeup_active_show() local
424 enabled = true; in wakeup_active_show()
427 return enabled ? sprintf(buf, "%u\n", active) : sprintf(buf, "\n"); in wakeup_active_show()
437 bool enabled = false; in wakeup_total_time_ms_show() local
442 enabled = true; in wakeup_total_time_ms_show()
445 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_total_time_ms_show()
454 bool enabled = false; in wakeup_max_time_ms_show() local
459 enabled = true; in wakeup_max_time_ms_show()
462 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_max_time_ms_show()
472 bool enabled = false; in wakeup_last_time_ms_show() local
477 enabled = true; in wakeup_last_time_ms_show()
480 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_last_time_ms_show()
491 bool enabled = false; in wakeup_prevent_sleep_time_ms_show() local
496 enabled = true; in wakeup_prevent_sleep_time_ms_show()
499 return enabled ? sprintf(buf, "%lld\n", msec) : sprintf(buf, "\n"); in wakeup_prevent_sleep_time_ms_show()