Home
last modified time | relevance | path

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

/external/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 …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h35700 struct k_clock { struct
35701 int (*clock_getres)(const clockid_t, struct timespec64 *);
35702 int (*clock_set)(const clockid_t, const struct timespec64 *);
35703 int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
35704 ktime_t (*clock_get_ktime)(const clockid_t);
35705 int (*clock_adj)(const clockid_t, struct __kernel_timex *);
35706 int (*timer_create)(struct k_itimer *);
35707 int (*nsleep)(const clockid_t, int, const struct timespec64 *);
35708 int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
35709 int (*timer_del)(struct k_itimer *);
[all …]
Dvmlinux.h35700 struct k_clock { struct
35701 int (*clock_getres)(const clockid_t, struct timespec64 *);
35702 int (*clock_set)(const clockid_t, const struct timespec64 *);
35703 int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
35704 ktime_t (*clock_get_ktime)(const clockid_t);
35705 int (*clock_adj)(const clockid_t, struct __kernel_timex *);
35706 int (*timer_create)(struct k_itimer *);
35707 int (*nsleep)(const clockid_t, int, const struct timespec64 *);
35708 int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
35709 int (*timer_del)(struct k_itimer *);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h25208 struct k_clock { struct
25209 int (*clock_getres)(const clockid_t, struct timespec64 *);
25210 int (*clock_set)(const clockid_t, const struct timespec64 *);
25211 int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
25212 ktime_t (*clock_get_ktime)(const clockid_t);
25213 int (*clock_adj)(const clockid_t, struct __kernel_timex *);
25214 int (*timer_create)(struct k_itimer *);
25215 int (*nsleep)(const clockid_t, int, const struct timespec64 *);
25216 int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
25217 int (*timer_del)(struct k_itimer *);
[all …]
Dvmlinux_510.h25208 struct k_clock { struct
25209 int (*clock_getres)(const clockid_t, struct timespec64 *);
25210 int (*clock_set)(const clockid_t, const struct timespec64 *);
25211 int (*clock_get_timespec)(const clockid_t, struct timespec64 *);
25212 ktime_t (*clock_get_ktime)(const clockid_t);
25213 int (*clock_adj)(const clockid_t, struct __kernel_timex *);
25214 int (*timer_create)(struct k_itimer *);
25215 int (*nsleep)(const clockid_t, int, const struct timespec64 *);
25216 int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
25217 int (*timer_del)(struct k_itimer *);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h30473 struct k_clock { struct
30474 int (*clock_getres)(const clockid_t, struct timespec64 *);
30475 int (*clock_set)(const clockid_t, const struct timespec64 *);
30476 int (*clock_get)(const clockid_t, struct timespec64 *);
30477 int (*clock_adj)(const clockid_t, struct __kernel_timex *);
30478 int (*timer_create)(struct k_itimer *);
30479 int (*nsleep)(const clockid_t, int, const struct timespec64 *);
30480 int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
30481 int (*timer_del)(struct k_itimer *);
30482 void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
[all …]
Dvmlinux.h30473 struct k_clock { struct
30474 int (*clock_getres)(const clockid_t, struct timespec64 *);
30475 int (*clock_set)(const clockid_t, const struct timespec64 *);
30476 int (*clock_get)(const clockid_t, struct timespec64 *);
30477 int (*clock_adj)(const clockid_t, struct __kernel_timex *);
30478 int (*timer_create)(struct k_itimer *);
30479 int (*nsleep)(const clockid_t, int, const struct timespec64 *);
30480 int (*timer_set)(struct k_itimer *, int, struct itimerspec64 *, struct itimerspec64 *);
30481 int (*timer_del)(struct k_itimer *);
30482 void (*timer_get)(struct k_itimer *, struct itimerspec64 *);
[all …]