1STRUCT HRTIMER_SLEEP(9)          Driver Basics         STRUCT HRTIMER_SLEEP(9)
2
3
4

NAME

6       struct_hrtimer_sleeper - simple sleeper structure
7

SYNOPSIS

9       struct hrtimer_sleeper {
10         struct hrtimer timer;
11         struct task_struct * task;
12       };
13

MEMBERS

15       timer
16           embedded timer structure
17
18       task
19           task to wake up
20

DESCRIPTION

22       task is set to NULL, when the timer expires.
23
25Kernel Hackers Manual 3.10         June 2019           STRUCT HRTIMER_SLEEP(9)
Impressum