Include dependency graph for timeout.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | timeout |
Defines | |
#define | us2ticks(us) ((__u64)(((__u32) (us)/(1000000/HZ)))) |
Typedefs | |
typedef void(* | timeout_handler_t )(void *arg) |
Functions | |
void | timeout_init (void) |
void | timeout_initialize (timeout_t *t) |
void | timeout_reinitialize (timeout_t *t) |
void | timeout_register (timeout_t *t, __u64 usec, timeout_handler_t f, void *arg) |
bool | timeout_unregister (timeout_t *t) |
Definition in file timeout.h.