Annotation of researchv9/sys/h/dk.h, revision 1.1

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: #define        DK_NDRIVE       8
        !            13: 
        !            14: #ifdef KERNEL
        !            15: long   cp_time[CPUSTATES];
        !            16: int    dk_busy;
        !            17: long   dk_time[DK_NDRIVE];
        !            18: long   dk_seek[DK_NDRIVE];
        !            19: long   dk_xfer[DK_NDRIVE];
        !            20: long   dk_wds[DK_NDRIVE];
        !            21: float  dk_mspw[DK_NDRIVE];
        !            22: 
        !            23: long   tk_nin;
        !            24: long   tk_nout;
        !            25: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.