Searched refs:load_time (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/tools/power/cpupower/bench/
H A Dbenchmark.c95 long sleep_time = 0, load_time = 0; start_benchmark() local
101 load_time = config->load; start_benchmark()
122 calculations = calculate_timespace(load_time, config); start_benchmark()
127 calculations, load_time); start_benchmark()
130 _round, load_time, sleep_time); start_benchmark()
134 load_time / calculations, start_benchmark()
135 1000000 * calculations / load_time); start_benchmark()
149 load_time, calculations); start_benchmark()
154 progress_time += sleep_time + load_time; start_benchmark()
175 load_time, calculations); start_benchmark()
178 progress_time += sleep_time + load_time; start_benchmark()
192 load_time += config->load_step; start_benchmark()
H A Dsystem.c141 unsigned long load_time = 0; prepare_user() local
147 load_time += 2 * config->cycles * prepare_user()
154 (int)((sleep_time + load_time) / 60000000)); prepare_user()
/linux-4.1.27/drivers/staging/olpc_dcon/
H A Dolpc_dcon.h83 struct timespec load_time; member in struct:dcon_priv
H A Dolpc_dcon.c245 delta_t = timespec_sub(now, dcon->load_time); dcon_load_holdoff()
328 getnstimeofday(&dcon->load_time); dcon_source_switch()
340 getnstimeofday(&dcon->load_time); dcon_source_switch()
358 delta_t = timespec_sub(dcon->irq_time, dcon->load_time); dcon_source_switch()
365 getnstimeofday(&dcon->load_time); dcon_source_switch()

Completed in 106 milliseconds