Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcpuinfo.c22 #define LIST_ONLINE_CPU_FILE "/sys/devices/system/cpu/online" macro
100 if ((fp = fopen(LIST_ONLINE_CPU_FILE, "r")) == NULL) { in online_cpumask()