Home
last modified time | relevance | path

Searched refs:sleep_step (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/power/cpupower/bench/
H A Dmain.c134 sscanf(optarg, "%li", &config->sleep_step); in main()
135 dprintf("user sleep_step -> %s\n", optarg); in main()
162 "sleep_step=%li\n\t" in main()
170 config->sleep_step, in main()
H A Dparse.c128 config->sleep_step = 500000; in prepare_default_config()
192 else if (strcmp("sleep_step", opt) == 0) in prepare_config()
193 sscanf(val, "%li", &config->sleep_step); in prepare_config()
H A Dparse.h12 long sleep_step; /* time value which changes the member
H A Dsystem.c134 (config->sleep + config->sleep_step * round); in prepare_user()
H A Dbenchmark.c178 sleep_time += config->sleep_step; in start_benchmark()
/kernel/linux/linux-6.6/tools/power/cpupower/bench/
H A Dmain.c134 sscanf(optarg, "%li", &config->sleep_step); in main()
135 dprintf("user sleep_step -> %s\n", optarg); in main()
162 "sleep_step=%li\n\t" in main()
170 config->sleep_step, in main()
H A Dparse.c128 config->sleep_step = 500000; in prepare_default_config()
192 else if (strcmp("sleep_step", opt) == 0) in prepare_config()
193 sscanf(val, "%li", &config->sleep_step); in prepare_config()
H A Dparse.h12 long sleep_step; /* time value which changes the member
H A Dsystem.c134 (config->sleep + config->sleep_step * round); in prepare_user()
H A Dbenchmark.c178 sleep_time += config->sleep_step; in start_benchmark()

Completed in 4 milliseconds