Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_def_task04.c92 char *test_num_p, *task_num_p; in main() local
123 test_num_p = getenv("TEST_NUM"); in main()
126 if ((test_num_p != NULL) && (((test_num = atoi(test_num_p)) <= 10) && in main()
127 ((test_num = atoi(test_num_p)) >= 9))) { in main()
Dcpuctl_def_task02.c93 char *test_num_p, *task_num_p; in main() local
124 test_num_p = getenv("TEST_NUM"); in main()
127 if ((test_num_p != NULL) && (((test_num = atoi(test_num_p)) == 4) || in main()
128 ((test_num = atoi(test_num_p)) == 5))) { in main()
Dcpuctl_test03.c91 char *group_num_p, *mygroup_p, *script_pid_p, *num_cpus_p, *test_num_p, in main() local
122 test_num_p = getenv("TEST_NUM"); in main()
125 if ((test_num_p != NULL) in main()
126 && (((test_num = atoi(test_num_p)) <= 8) in main()
127 && ((test_num = atoi(test_num_p)) >= 6))) { in main()
Dcpuctl_test04.c92 char *group_num_p, *mygroup_p, *script_pid_p, *num_cpus_p, *test_num_p, in main() local
123 test_num_p = getenv("TEST_NUM"); in main()
126 if ((test_num_p != NULL) in main()
127 && (((test_num = atoi(test_num_p)) <= 10) in main()
128 && ((test_num = atoi(test_num_p)) >= 9))) { in main()
Dcpuctl_def_task03.c89 char *test_num_p, *task_num_p; in main() local
120 test_num_p = getenv("TEST_NUM"); in main()
123 if ((test_num_p != NULL) && (((test_num = atoi(test_num_p)) <= 8) && in main()
124 ((test_num = atoi(test_num_p)) >= 6))) { in main()
Dcpuctl_test02.c94 char *group_num_p, *mygroup_p, *script_pid_p, *num_cpus_p, *test_num_p, in main() local
126 test_num_p = getenv("TEST_NUM"); in main()
129 if ((test_num_p != NULL) in main()
130 && (((test_num = atoi(test_num_p)) == 4) in main()
131 || ((test_num = atoi(test_num_p)) == 5))) { in main()
/external/ltp/testcases/kernel/controllers/memctl/
Dmemctl_test01.c70 char *mygroup_p, *script_pid_p, *test_num_p, *chunk_size_p; in main() local
75 test_num_p = getenv("TEST_NUM"); in main()
81 if (test_num_p != NULL && mygroup_p != NULL && script_pid_p != NULL && in main()
84 test_num = atoi(test_num_p); in main()