UbixOS
2.0
|
Go to the source code of this file.
Data Structures | |
struct | vitalsStruct |
Typedefs | |
typedef struct vitalsStruct | vitalsNode |
Functions | |
int | vitals_init () |
Variables | |
vitalsNode * | systemVitals |
spinLock_t | vitals_lock |
typedef struct vitalsStruct vitalsNode |
int vitals_init | ( | ) |
Definition at line 47 of file vitals.c.
References vitalsStruct::dQuantum, kmalloc(), kpanic(), kprintf(), memset(), vitalsStruct::quantum, spinLockInit(), systemVitals, and vitals_lock.
vitalsNode* systemVitals |
Definition at line 35 of file vitals.c.
Referenced by gettimeofday(), ogPrintf(), sdeTestThread(), sdeTestThreadOld(), sdeThread(), sysGetTime(), sysGetUptime(), sysSDE(), systemTask(), ubthread_cond_timedwait(), vfs_addMount(), vfs_findMount(), vfs_init(), vfsFindFS(), and vitals_init().
spinLock_t vitals_lock |
Definition at line 36 of file vitals.c.
Referenced by vitals_init().