1STRUCT HRTIMER_SLEEP(9) Driver Basics STRUCT HRTIMER_SLEEP(9)
23
4
NAME
6struct_hrtimer_sleeper - simple sleeper structure
7
SYNOPSIS
9struct hrtimer_sleeper {
10struct hrtimer timer;
11struct task_struct * task;
12};
13
MEMBERS
15timer
16embedded timer structure
1718
task
19task to wake up
20
DESCRIPTION
22task is set to NULL, when the timer expires.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 STRUCT HRTIMER_SLEEP(9)