Searched refs:test_num_p (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/controllers/cpuctl/ |
D | cpuctl_test04.c | 91 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)) <= 10) in main() 127 && ((test_num = atoi(test_num_p)) >= 9))) { in main()
|
D | cpuctl_def_task02.c | 92 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)) == 4) || in main() 127 ((test_num = atoi(test_num_p)) == 5))) { in main()
|
D | cpuctl_def_task04.c | 91 char *test_num_p, *task_num_p; in main() local 122 test_num_p = getenv("TEST_NUM"); in main() 125 if ((test_num_p != NULL) && (((test_num = atoi(test_num_p)) <= 10) && in main() 126 ((test_num = atoi(test_num_p)) >= 9))) { in main()
|
D | cpuctl_test03.c | 90 char *group_num_p, *mygroup_p, *script_pid_p, *num_cpus_p, *test_num_p, in main() local 121 test_num_p = getenv("TEST_NUM"); in main() 124 if ((test_num_p != NULL) in main() 125 && (((test_num = atoi(test_num_p)) <= 8) in main() 126 && ((test_num = atoi(test_num_p)) >= 6))) { in main()
|
D | cpuctl_def_task03.c | 88 char *test_num_p, *task_num_p; in main() local 119 test_num_p = getenv("TEST_NUM"); in main() 122 if ((test_num_p != NULL) && (((test_num = atoi(test_num_p)) <= 8) && in main() 123 ((test_num = atoi(test_num_p)) >= 6))) { in main()
|
D | cpuctl_test02.c | 93 char *group_num_p, *mygroup_p, *script_pid_p, *num_cpus_p, *test_num_p, in main() local 125 test_num_p = getenv("TEST_NUM"); in main() 128 if ((test_num_p != NULL) in main() 129 && (((test_num = atoi(test_num_p)) == 4) in main() 130 || ((test_num = atoi(test_num_p)) == 5))) { in main()
|
/external/ltp/testcases/kernel/controllers/memctl/ |
D | memctl_test01.c | 70 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()
|