|
Linux Kernel
3.7.1
|
#include <stddef.h>#include <errno.h>#include <signal.h>#include <time.h>#include <sys/time.h>#include <kern_util.h>#include <os.h>#include "internal.h"Go to the source code of this file.
Functions | |
| int | set_interval (void) |
| int | timer_one_shot (int ticks) |
| long long | disable_timer (void) |
| long long | os_nsecs (void) |
| void | idle_sleep (unsigned long long nsecs) |
Variables | |
| unsigned long long | last_tick |
| unsigned long long | skew |
1.8.2