Home
last modified time | relevance | path

Searched refs:tick_nsec (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dbpf_iter_tcp4.c29 u64 tick_nsec = (NSEC_PER_SEC + CONFIG_HZ/2) / CONFIG_HZ; in jiffies_to_clock_t() local
32 if ((tick_nsec % user_hz_nsec) == 0) { in jiffies_to_clock_t()
38 return x * tick_nsec/user_hz_nsec; in jiffies_to_clock_t()
A Dbpf_iter_tcp6.c29 u64 tick_nsec = (NSEC_PER_SEC + CONFIG_HZ/2) / CONFIG_HZ; in jiffies_to_clock_t() local
32 if ((tick_nsec % user_hz_nsec) == 0) { in jiffies_to_clock_t()
38 return x * tick_nsec/user_hz_nsec; in jiffies_to_clock_t()
/linux/arch/x86/include/asm/
A Dtimer.h9 #define TICK_SIZE (tick_nsec / 1000)
/linux/include/linux/
A Dtimex.h140 extern unsigned long tick_nsec; /* SHIFTED_HZ period (nsec) */
/linux/kernel/time/
A Dntp.c37 unsigned long tick_nsec; variable
270 tick_nsec = div_u64(second_length, HZ) >> NTP_SCALE_SHIFT; in ntp_update_frequency()
/linux/
A DSystem.map160683 ffff800012116308 B tick_nsec
A D.tmp_System.map160683 ffff800012116308 B tick_nsec

Completed in 325 milliseconds