1HRTIMER_GET_RES(9)               Driver Basics              HRTIMER_GET_RES(9)
2
3
4

NAME

6       hrtimer_get_res - get the timer resolution for a clock
7

SYNOPSIS

9       int hrtimer_get_res(const clockid_t which_clock, struct timespec * tp);
10

ARGUMENTS

12       which_clock
13           which clock to query
14
15       tp
16           pointer to timespec variable to store the resolution
17

DESCRIPTION

19       Store the resolution of the clock selected by which_clock in the
20       variable pointed to by tp.
21
23Kernel Hackers Manual 3.10         June 2019                HRTIMER_GET_RES(9)
Impressum