table of contents
other versions
- wheezy 3.2.78-1
| STRUCT HRTIMER_SLEEP(9) | Driver Basics | STRUCT HRTIMER_SLEEP(9) |
NAME¶
struct_hrtimer_sleeper - simple sleeper structureSYNOPSIS¶
struct hrtimer_sleeper {
struct hrtimer timer;
struct task_struct * task;
};
MEMBERS¶
timerembedded timer structure
task
task to wake up
DESCRIPTION¶
task is set to NULL, when the timer expires.COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |