Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_timeout.c83 static int avg_depth; variable
84 SYSCTL_INT(_debug, OID_AUTO, to_avg_depth, CTLFLAG_RD, &avg_depth, 0,
871 avg_depth += (depth * 1000 - avg_depth) >> 8; in softclock_thread()