Home
last modified time | relevance | path

Searched refs:pristr (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_driver.c544 char pristr[10]; /* holds ascii value of priority as parameter */ in perform_throughput_tests() local
546 sprintf(pristr, "-p%d", current_priority); in perform_throughput_tests()
550 measure_test("sched_tc4.32", "-tvariable", pristr, NULL, &esecs2); in perform_throughput_tests()
552 esecs = measure_test("sched_tc4.32", "-tfixed", pristr, NULL, &esecs2); in perform_throughput_tests()
555 measure_test("sched_tc5.32", "-tvariable", pristr, NULL, &esecs2); in perform_throughput_tests()
557 esecs = measure_test("sched_tc5.32", "-tfixed", pristr, NULL, &esecs2); in perform_throughput_tests()
560 measure_test("sched_tc6.32", "-tvariable", pristr, " -d ", &esecs2); in perform_throughput_tests()
563 measure_test("sched_tc6.32", "-tfixed", pristr, " -d ", &esecs2); in perform_throughput_tests()
566 measure_test("sched_tc6.32", "-tvariable", pristr, " -df ", in perform_throughput_tests()
570 esecs = measure_test("sched_tc4", "-tvariable", pristr, NULL, &esecs2); in perform_throughput_tests()
[all …]