Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc4.c101 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()
Dsched_tc5.c97 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()
Dsched_tc6.c117 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()