table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| 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¶
| February 2017 | Kernel Hackers Manual 3.16 |