![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __ASM_GENERIC_PARAM_H 0003 #define __ASM_GENERIC_PARAM_H 0004 0005 #include <uapi/asm-generic/param.h> 0006 0007 # undef HZ 0008 # define HZ CONFIG_HZ /* Internal kernel timer frequency */ 0009 # define USER_HZ 100 /* some user interfaces are */ 0010 # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ 0011 #endif /* __ASM_GENERIC_PARAM_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |