Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dtimex.h148 #define ADJ_NANO 0x2000 /* select nanosecond resolution */ macro
165 #define MOD_NANO ADJ_NANO
/linux-5.19.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-5.19.10/drivers/ptp/
Dptp_clock.c121 if (!(tx->modes & ADJ_NANO)) in ptp_clock_adjtime()
143 if (!(tx->modes & ADJ_NANO)) in ptp_clock_adjtime()
/linux-5.19.10/tools/testing/selftests/ptp/
Dtestptp.c315 tx.modes = ADJ_SETOFFSET | ADJ_NANO; in main()
/linux-5.19.10/kernel/time/
Dntp.c715 if (txc->modes & ADJ_NANO) in process_adjtimex_modes()
Dtimekeeping.c2381 if (txc->modes & ADJ_NANO) { in timekeeping_validate_timex()
2442 if (!(txc->modes & ADJ_NANO)) in do_adjtimex()