kernel/audit.h
211
struct audit_ntp_data ntp_data;
kernel/auditsc.c
1319
const struct audit_ntp_data *ntp = &context->time.ntp_data;
kernel/auditsc.c
2860
memcpy(&context->time.ntp_data, ad, sizeof(*ad));
kernel/time/ntp.c
1042
struct ntp_data *ntpdata = &tk_ntp_data[TIMEKEEPER_CORE];
kernel/time/ntp.c
128
static inline s64 ntp_offset_chunk(struct ntp_data *ntpdata, s64 offset)
kernel/time/ntp.c
136
static inline void pps_reset_freq_interval(struct ntp_data *ntpdata)
kernel/time/ntp.c
147
static inline void pps_clear(struct ntp_data *ntpdata)
kernel/time/ntp.c
161
static inline void pps_dec_valid(struct ntp_data *ntpdata)
kernel/time/ntp.c
172
static inline void pps_set_freq(struct ntp_data *ntpdata)
kernel/time/ntp.c
200
static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc)
kernel/time/ntp.c
217
static inline s64 ntp_offset_chunk(struct ntp_data *ntpdata, s64 offset)
kernel/time/ntp.c
222
static inline void pps_reset_freq_interval(struct ntp_data *ntpdata) {}
kernel/time/ntp.c
223
static inline void pps_clear(struct ntp_data *ntpdata) {}
kernel/time/ntp.c
224
static inline void pps_dec_valid(struct ntp_data *ntpdata) {}
kernel/time/ntp.c
225
static inline void pps_set_freq(struct ntp_data *ntpdata) {}
kernel/time/ntp.c
232
static inline void pps_fill_timex(struct ntp_data *ntpdata, struct __kernel_timex *txc)
kernel/time/ntp.c
251
static void ntp_update_frequency(struct ntp_data *ntpdata)
kernel/time/ntp.c
270
static inline s64 ntp_update_offset_fll(struct ntp_data *ntpdata, s64 offset64, long secs)
kernel/time/ntp.c
285
static void ntp_update_offset(struct ntp_data *ntpdata, long offset)
kernel/time/ntp.c
334
static void __ntp_clear(struct ntp_data *ntpdata)
kernel/time/ntp.c
377
struct ntp_data *ntpdata = &tk_ntp_data[TIMEKEEPER_CORE];
kernel/time/ntp.c
400
struct ntp_data *ntpdata = &tk_ntp_data[tkid];
kernel/time/ntp.c
698
static inline void process_adj_status(struct ntp_data *ntpdata, const struct __kernel_timex *txc)
kernel/time/ntp.c
720
static inline void process_adjtimex_modes(struct ntp_data *ntpdata, const struct __kernel_timex *txc,
kernel/time/ntp.c
773
struct ntp_data *ntpdata = &tk_ntp_data[tkid];
kernel/time/ntp.c
886
static inline long pps_phase_filter_get(struct ntp_data *ntpdata, long *jitter)
kernel/time/ntp.c
897
static inline void pps_phase_filter_add(struct ntp_data *ntpdata, long err)
kernel/time/ntp.c
90
static struct ntp_data tk_ntp_data[TIMEKEEPERS_MAX] = {
kernel/time/ntp.c
908
static inline void pps_dec_freq_interval(struct ntp_data *ntpdata)
kernel/time/ntp.c
923
static inline void pps_inc_freq_interval(struct ntp_data *ntpdata)
kernel/time/ntp.c
944
static long hardpps_update_freq(struct ntp_data *ntpdata, struct pps_normtime freq_norm)
kernel/time/ntp.c
998
static void hardpps_update_phase(struct ntp_data *ntpdata, long error)