One Hat Cyber Team
Your IP :
3.128.31.155
Server IP :
104.21.96.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
src
/
linux-headers-5.15.0-136
/
include
/
vdso
/
View File Name :
ktime.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VDSO_KTIME_H #define __VDSO_KTIME_H #include <vdso/jiffies.h> /* * The resolution of the clocks. The resolution value is returned in * the clock_getres() system call to give application programmers an * idea of the (in)accuracy of timers. Timer values are rounded up to * this resolution values. */ #define LOW_RES_NSEC TICK_NSEC #define KTIME_LOW_RES (LOW_RES_NSEC) #endif /* __VDSO_KTIME_H */