Searched refs:priority_type (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc4.c | 101 char *priority_type = DEFAULT_PRIORITY_TYPE; variable 125 printf("\tpriority type: %s\n", priority_type); in main() 133 if (!strcmp(priority_type, "fixed")) { in main() 267 priority_type = optarg; in parse_args() 290 if (strcmp(priority_type, "fixed") && in parse_args() 291 strcmp(priority_type, "variable")) { in parse_args()
|
D | sched_tc5.c | 97 char *priority_type = DEFAULT_PRIORITY_TYPE; variable 122 printf("\tpriority type: %s\n", priority_type); in main() 130 if (!strcmp(priority_type, "fixed")) { in main() 270 priority_type = optarg; in parse_args() 294 if (strcmp(priority_type, "fixed") && in parse_args() 295 strcmp(priority_type, "variable")) in parse_args()
|
D | sched_tc6.c | 117 char *priority_type = DEFAULT_PRIORITY_TYPE; variable 157 printf("\tpriority type: %s\n", priority_type); in main() 163 if (!strcmp(priority_type, "fixed")) { in main() 517 priority_type = optarg; in parse_args() 540 if (strcmp(priority_type, "fixed") && in parse_args() 541 strcmp(priority_type, "variable")) { in parse_args()
|