Home
last modified time | relevance | path

Searched refs:HZ_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/platform/vkernel64/include/
H A Dparam.h44 #ifndef HZ_DEFAULT
45 #define HZ_DEFAULT 20 macro
/dragonfly/sys/kern/
H A Dsubr_param.c53 #ifndef HZ_DEFAULT
54 #define HZ_DEFAULT 100 macro
199 hz = HZ_DEFAULT; in init_param1()
/dragonfly/sys/conf/
H A Doptions138 HZ_DEFAULT opt_param.h
/dragonfly/sys/config/
H A DLINT64569 # The granularity of operation is controlled by the kernel option HZ_DEFAULT
570 # whose default value (100) means a granularity of 10ms (1s/HZ_DEFAULT).
576 options HZ_DEFAULT=100
2279 #options HZ_DEFAULT=1000