Home
last modified time | relevance | path

Searched defs:k_clock (Results 1 – 1 of 1) sorted by relevance

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h30178 struct k_clock { struct
30179 int (*clock_getres)(const clockid_t, struct timespec64 *);
30180 int (*clock_set)(const clockid_t, const struct timespec64 *);
30181 int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
30182 ktime_t (*clock_get_ktime)(const clockid_t);
30183 int (*clock_adj)(const clockid_t, struct __kernel_timex *);
30184 int (*timer_create)(struct k_itimer *);
30185 int (*nsleep)(const clockid_t, int, const struct timespec64 *);
30186 int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
30187 int (*timer_del)(struct k_itimer *);
[all …]