Searched defs:k_clock (Results 1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 30178 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/ |
| D | vmlinux_510.h | 35700 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 …]
|
| D | vmlinux.h | 35700 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/ |
| D | vmlinux.h | 25208 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 …]
|
| D | vmlinux_510.h | 25208 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/ |
| D | vmlinux_505.h | 30473 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 …]
|
| D | vmlinux.h | 30473 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 …]
|