|
|
1.1 root 1: /*
2: * Instrumentation
3: */
4: #define CPUSTATES 5
5:
6: #define CP_USER 0
7: #define CP_NICE 1
8: #define CP_SYS 2
9: #define CP_IDLE 3
10: #define CP_QUEUE 4
11:
12: #ifdef KERNEL
13: long cp_time[CPUSTATES];
14: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.