HomeSort by relevance Sort by last modified time
    Searched refs:test_num_p (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/controllers/memctl/
memctl_test01.c 70 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/
cpuctl_def_task02.c 92 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))) {
cpuctl_def_task03.c 88 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))) {
cpuctl_def_task04.c 91 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))) {
cpuctl_test03.c 90 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))) {
cpuctl_test04.c 91 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))) {
cpuctl_test02.c 93 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))) {

Completed in 139 milliseconds