Home
last modified time | relevance | path

Searched refs:GET_TASKS (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_test02.c184 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
267 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
Dcpuctl_def_task01.c168 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
Dcpuctl_test04.c191 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
Dcpuctl_def_task02.c180 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
Dcpuctl_def_task04.c185 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
Dcpuctl_test03.c180 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
Dcpuctl_def_task03.c175 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
Dcpuctl_test01.c173 if ((read_file(mytaskfile, GET_TASKS, &num_tasks)) < 0) in main()
/external/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.h72 GET_TASKS enumerator
Dlibcontrollers.c133 case GET_TASKS: in read_file()