Lines Matching defs:load
25 * to get the given load time
27 * @param load aimed load time in µs
32 unsigned int calculate_timespace(long load, struct config *config)
41 printf("calibrating load of %lius, please wait...\n", load);
50 /* approximation of the wanted load time by comparing with the
53 rounds = (unsigned int)(load * estimated / timed);
70 * generates a specific sleep an load time with the performance
88 load_time = config->load;
92 total_time += _round * (config->sleep + config->load);
107 * _rounds should produce a load which matches the configured
108 * load time */
124 /* do some sleep/load cycles with the performance governor */
134 "load: %lius, rounds: %u\n",
149 /* again, do some sleep/load cycles with the
160 "load: %lius, rounds: %u\n",
167 /* compare the average sleep/load cycles */