cregit-Linux how code gets into the kernel

Release 4.7 kernel/time/ntp_internal.h

Directory: kernel/time
#ifndef _LINUX_NTP_INTERNAL_H

#define _LINUX_NTP_INTERNAL_H

extern void ntp_init(void);
extern void ntp_clear(void);
/* Returns how long ticks are at present, in ns / 2^NTP_SCALE_SHIFT. */
extern u64 ntp_tick_length(void);
extern ktime_t ntp_get_next_leap(void);
extern int second_overflow(time64_t secs);
extern int ntp_validate_timex(struct timex *);
extern int __do_adjtimex(struct timex *, struct timespec64 *, s32 *);
extern void __hardpps(const struct timespec64 *, const struct timespec64 *);
#endif /* _LINUX_NTP_INTERNAL_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
john stultzjohn stultz8396.51%571.43%
arnd bergmannarnd bergmann22.33%114.29%
dengchaodengchao11.16%114.29%
Total86100.00%7100.00%
Directory: kernel/time
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}