Searched refs:load_time (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/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.1.27/drivers/staging/olpc_dcon/ | 
| D | olpc_dcon.c | 245 		delta_t = timespec_sub(now, dcon->load_time);  in dcon_load_holdoff() 328 		getnstimeofday(&dcon->load_time);  in dcon_source_switch() 340 		getnstimeofday(&dcon->load_time);  in dcon_source_switch() 358 			delta_t = timespec_sub(dcon->irq_time, dcon->load_time);  in dcon_source_switch() 365 				getnstimeofday(&dcon->load_time);  in dcon_source_switch()
  | 
| D | olpc_dcon.h | 83 	struct timespec load_time;  member
  |