MOS Source Code
|
Go to the source code of this file.
Classes | |
struct | ktimer_t |
Typedefs | |
typedef struct _ktimer | ktimer_t |
typedef bool(* | timer_callback_t) (ktimer_t *timer, void *arg) |
Functions | |
void | timer_tick (void) |
long | timer_msleep (u64 ms) |
Definition at line 25 of file timer.c.
Referenced by clocksource_tick().
long timer_msleep | ( | u64 | ms | ) |
Definition at line 39 of file timer.c.
Referenced by clock_msleep(), and vfs_flusher_entry().