Home
last modified time | relevance | path

Searched refs:CLOCK_AUX (Results 1 – 5 of 5) 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/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.c63 return ktime_get_aux_ts64(CLOCK_AUX + tkid - TIMEKEEPER_AUX_FIRST, ts); in tk_get_aux_ts64()
1842 case CLOCK_AUX ... CLOCK_AUX_LAST: in ktime_get_clock_ts64()
2967 return TIMEKEEPER_AUX_FIRST + id - CLOCK_AUX; in clockid_to_tkid()
3202 aux_clock_enable(CLOCK_AUX + id); in aux_clock_enable_store()
3205 aux_clock_disable(CLOCK_AUX + id); in aux_clock_enable_store()
/linux/lib/vdso/
H A Dgettimeofday.c247 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()