Home
last modified time | relevance | path

Searched refs:CLOCK_AUX (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/linux/
H A Dtime.h74 #define CLOCK_AUX MAX_CLOCKS macro
76 #define CLOCK_AUX_LAST (CLOCK_AUX + MAX_AUX_CLOCKS - 1)
/linux/include/vdso/
H A Ddatapage.h50 #define VDSO_AUX __GENMASK(CLOCK_AUX_LAST, CLOCK_AUX)
/linux/include/linux/
H A Dposix-timers.h42 return IS_ENABLED(CONFIG_POSIX_AUX_CLOCKS) && id >= CLOCK_AUX && id <= CLOCK_AUX_LAST; in clockid_aux_valid()
/linux/kernel/time/
H A Dtimekeeping.c67 return ktime_get_aux_ts64(CLOCK_AUX + tkid - TIMEKEEPER_AUX_FIRST, ts); in tk_get_aux_ts64()
1687 case CLOCK_AUX ... CLOCK_AUX_LAST: in ktime_get_clock_ts64()
2810 return TIMEKEEPER_AUX_FIRST + id - CLOCK_AUX; in clockid_to_tkid()
3045 aux_clock_enable(CLOCK_AUX + id); in aux_clock_enable_store()
3048 aux_clock_disable(CLOCK_AUX + id); in aux_clock_enable_store()
H A Dposix-timers.c1529 [CLOCK_AUX ... CLOCK_AUX_LAST] = &clock_aux,
/linux/lib/vdso/
H A Dgettimeofday.c255 idx = clock - CLOCK_AUX; in do_aux()
/linux/drivers/ptp/
H A Dptp_chardev.c371 case CLOCK_AUX ... CLOCK_AUX_LAST: in ptp_sys_offset_extended()