Home
last modified time | relevance | path

Searched refs:ADJ_NANO (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dtimex.h148 #define ADJ_NANO 0x2000 /* select nanosecond resolution */ macro
165 #define MOD_NANO ADJ_NANO
/Linux-v5.10/tools/testing/selftests/timers/
Dvalid-adjtimex.c203 tmx.modes |= ADJ_NANO; in set_offset()
238 tmx.modes |= ADJ_NANO; in set_bad_offset()
/Linux-v5.10/drivers/ptp/
Dptp_clock.c131 if (!(tx->modes & ADJ_NANO)) in ptp_clock_adjtime()
153 if (!(tx->modes & ADJ_NANO)) in ptp_clock_adjtime()
/Linux-v5.10/kernel/time/
Dntp.c667 if (txc->modes & ADJ_NANO) in process_adjtimex_modes()
Dtimekeeping.c2359 if (txc->modes & ADJ_NANO) { in timekeeping_validate_timex()
2404 if (!(txc->modes & ADJ_NANO)) in do_adjtimex()