k_clock
Regular
4.4
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec *);
int (*clock_set)(const clockid_t, const struct timespec *);
int (*clock_get)(const clockid_t, struct timespec *);
int (*clock_adj)(const clockid_t, struct timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, struct timespec *, struct timespec *);
long int (*nsleep_restart)(struct restart_block *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec *, struct itimerspec *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec *);
};
4.8
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec *);
int (*clock_set)(const clockid_t, const struct timespec *);
int (*clock_get)(const clockid_t, struct timespec *);
int (*clock_adj)(const clockid_t, struct timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, struct timespec *, struct timespec *);
long int (*nsleep_restart)(struct restart_block *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec *, struct itimerspec *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec *);
};
4.10
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec *);
int (*clock_set)(const clockid_t, const struct timespec *);
int (*clock_get)(const clockid_t, struct timespec *);
int (*clock_adj)(const clockid_t, struct timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, struct timespec *, struct timespec *);
long int (*nsleep_restart)(struct restart_block *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec *, struct itimerspec *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec *);
};
4.13
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec *);
int (*clock_set)(const clockid_t, const struct timespec *);
int (*clock_get)(const clockid_t, struct timespec *);
int (*clock_adj)(const clockid_t, struct timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec *, struct itimerspec *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec *);
void (*timer_rearm)(struct k_itimer *);
int (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
};
4.15
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec *);
int (*clock_set)(const clockid_t, const struct timespec *);
int (*clock_get)(const clockid_t, struct timespec *);
int (*clock_adj)(const clockid_t, struct timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec *, struct itimerspec *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec *);
void (*timer_rearm)(struct k_itimer *);
int (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
};
4.18
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
};
5.0
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
};
5.3
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
};
5.4
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
5.8
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
ktime_t (*clock_get_ktime)(const clockid_t);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
5.11
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
ktime_t (*clock_get_ktime)(const clockid_t);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
5.13
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
ktime_t (*clock_get_ktime)(const clockid_t);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
5.15
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
ktime_t (*clock_get_ktime)(const clockid_t);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
5.19
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
ktime_t (*clock_get_ktime)(const clockid_t);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
6.2
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
ktime_t (*clock_get_ktime)(const clockid_t);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
6.5
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
ktime_t (*clock_get_ktime)(const clockid_t);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
6.8
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
ktime_t (*clock_get_ktime)(const clockid_t);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
arm64
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
armhf
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
ppc64el
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
riscv64
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
aws
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
azure
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
gcp
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
lowlatency
: ✅struct k_clock {
int (*clock_getres)(const clockid_t, struct timespec64 *);
int (*clock_set)(const clockid_t, const struct timespec64 *);
int (*clock_get)(const clockid_t, struct timespec64 *);
int (*clock_adj)(const clockid_t, struct __kernel_timex *);
int (*timer_create)(struct k_itimer *);
int (*nsleep)(const clockid_t, int, const struct timespec64 *);
int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
int (*timer_del)(struct k_itimer *);
void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
void (*timer_rearm)(struct k_itimer *);
s64 (*timer_forward)(struct k_itimer *, ktime_t);
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t);
int (*timer_try_to_cancel)(struct k_itimer *);
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool);
void (*timer_wait_running)(struct k_itimer *);
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
⚠️void (*timer_rearm)(struct k_itimer *)
int (*timer_forward)(struct k_itimer *, ktime_t)
ktime_t (*timer_remaining)(struct k_itimer *, ktime_t)
int (*timer_try_to_cancel)(struct k_itimer *)
void (*timer_arm)(struct k_itimer *, ktime_t, bool, bool)
long int (*nsleep_restart)(struct restart_block *)
int (*nsleep)(const clockid_t, int, struct timespec *, struct timespec *)
➡️ int (*nsleep)(const clockid_t, int, const struct timespec *)
4.13
and 4.15
✅
4.15
and 4.18
⚠️int (*clock_getres)(const clockid_t, struct timespec *)
➡️ int (*clock_getres)(const clockid_t, struct timespec64 *)
int (*clock_set)(const clockid_t, const struct timespec *)
➡️ int (*clock_set)(const clockid_t, const struct timespec64 *)
int (*clock_get)(const clockid_t, struct timespec *)
➡️ int (*clock_get)(const clockid_t, struct timespec64 *)
int (*nsleep)(const clockid_t, int, const struct timespec *)
➡️ int (*nsleep)(const clockid_t, int, const struct timespec64 *)
int (*timer_set)(struct k_itimer *, int, struct itimerspec *, struct itimerspec *)
➡️ int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *)
void (*timer_get)(struct k_itimer *, struct itimerspec *)
➡️ void (*timer_get)(struct k_itimer *, struct itimerspec64 *)
int (*timer_forward)(struct k_itimer *, ktime_t)
➡️ s64 (*timer_forward)(struct k_itimer *, ktime_t)
4.18
and 5.0
✅
5.0
and 5.3
⚠️int (*clock_adj)(const clockid_t, struct timex *)
➡️ int (*clock_adj)(const clockid_t, struct __kernel_timex *)
5.3
and 5.4
⚠️void (*timer_wait_running)(struct k_itimer *)
5.4
and 5.8
⚠️int (*clock_get_timespec)(const clockid_t, struct timespec64 *)
ktime_t (*clock_get_ktime)(const clockid_t)
int (*clock_get)(const clockid_t, struct timespec64 *)
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅