Searched refs:stress_percent (Results 1 – 1 of 1) sorted by relevance
131 double stress_percent = DEFAULT_STRESS_PERCENTAGE; variable186 workslots = available_user_process_slots() * stress_percent; in main()192 printf("stress_percent: %f\n", stress_percent); in main()222 stress_percent, current_priority); in main()270 printf("test stress = %4.2f%%%%\n\n", 100 * stress_percent); in startup()651 double stress_percent, int pri) in start_short_term_testcases() argument662 available_user_process_slots() * stress_percent / 2; in start_short_term_testcases()777 stress_percent = atof(optarg); in parse_args()803 if (stress_percent < 0.0 || stress_percent > 1.0) in parse_args()