Searched defs:test_num_p (Results 1 - 7 of 7) sorted by relevance

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

Completed in 232 milliseconds