Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __VDSO_JIFFIES_H
0003 #define __VDSO_JIFFIES_H
0004 
0005 #include <asm/param.h>          /* for HZ */
0006 #include <vdso/time64.h>
0007 
0008 /* TICK_NSEC is the time between ticks in nsec assuming SHIFTED_HZ */
0009 #define TICK_NSEC ((NSEC_PER_SEC+HZ/2)/HZ)
0010 
0011 #endif /* __VDSO_JIFFIES_H */