Home
last modified time | relevance | path

Searched refs:IDLE_PROF_OPT_CALI (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Didletime.c305 if (ipc.opt == IDLE_PROF_OPT_CALI) in fio_idle_prof_init()
335 if (ipc.opt == IDLE_PROF_OPT_CALI) in fio_idle_prof_stop()
427 ipc.opt = IDLE_PROF_OPT_CALI; in fio_idle_prof_parse_opt()
457 if (ipc.opt > IDLE_PROF_OPT_CALI) in show_idle_prof_stats()
459 else if (ipc.opt == IDLE_PROF_OPT_CALI) in show_idle_prof_stats()
472 if (ipc.opt >= IDLE_PROF_OPT_CALI) { in show_idle_prof_stats()
Didletime.h13 IDLE_PROF_OPT_CALI, /* calibration only */ enumerator