Searched refs:load_time (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/power/cpupower/bench/ |
D | benchmark.c | 95 long sleep_time = 0, load_time = 0; in start_benchmark() local 101 load_time = config->load; in start_benchmark() 122 calculations = calculate_timespace(load_time, config); in start_benchmark() 127 calculations, load_time); in start_benchmark() 130 _round, load_time, sleep_time); in start_benchmark() 134 load_time / calculations, in start_benchmark() 135 1000000 * calculations / load_time); in start_benchmark() 149 load_time, calculations); in start_benchmark() 154 progress_time += sleep_time + load_time; in start_benchmark() 175 load_time, calculations); in start_benchmark() [all …]
|
D | system.c | 141 unsigned long load_time = 0; in prepare_user() local 147 load_time += 2 * config->cycles * in prepare_user() 154 (int)((sleep_time + load_time) / 60000000)); in prepare_user()
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 244 delta_t = ktime_sub(now, dcon->load_time); in dcon_load_holdoff() 325 dcon->load_time = ktime_get(); in dcon_source_switch() 337 dcon->load_time = ktime_get(); in dcon_source_switch() 355 delta_t = ktime_sub(dcon->irq_time, dcon->load_time); in dcon_source_switch() 362 dcon->load_time = ktime_get(); in dcon_source_switch()
|
D | olpc_dcon.h | 83 ktime_t load_time; member
|