Include dependency graph for timeout.c:

Go to the source code of this file.
Functions | |
| void | timeout_init (void) | 
| void | timeout_reinitialize (timeout_t *t) | 
| void | timeout_initialize (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.c.
 1.4.6