MOS Source Code
Loading...
Searching...
No Matches
timer.h File Reference
+ Include dependency graph for timer.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Typedef Documentation

◆ ktimer_t

typedef struct _ktimer ktimer_t

Definition at line 8 of file timer.h.

◆ timer_callback_t

typedef bool(* timer_callback_t) (ktimer_t *timer, void *arg)

Definition at line 10 of file timer.h.

Function Documentation

◆ timer_tick()

void timer_tick ( void )

Definition at line 25 of file timer.c.

Referenced by clocksource_tick().

◆ timer_msleep()

long timer_msleep ( u64 ms)

Definition at line 39 of file timer.c.

Referenced by clock_msleep(), and vfs_flusher_entry().

+ Here is the call graph for this function: