Searched defs:k_clock (Results 1 – 1 of 1) sorted by relevance
25334 struct k_clock { struct25335 int (*clock_getres)(const clockid_t, struct timespec64 *);25336 int (*clock_set)(const clockid_t, const struct timespec64 *);25337 int (*clock_get_timespec)(const clockid_t, struct timespec64 *);25338 ktime_t (*clock_get_ktime)(const clockid_t);25339 int (*clock_adj)(const clockid_t, struct __kernel_timex *);25340 int (*timer_create)(struct k_itimer *);25341 int (*nsleep)(const clockid_t, int, const struct timespec64 *);25342 int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);25343 int (*timer_del)(struct k_itimer *);[all …]