Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_timeout.c78 static int avg_depth; variable
79 SYSCTL_INT(_debug, OID_AUTO, to_avg_depth, CTLFLAG_RD, &avg_depth, 0,
603 avg_depth += (depth * 1000 - avg_depth) >> 8; in softclock()
/f-stack/freebsd/kern/
H A Dkern_timeout.c81 static int avg_depth; variable
82 SYSCTL_INT(_debug, OID_AUTO, to_avg_depth, CTLFLAG_RD, &avg_depth, 0,
826 avg_depth += (depth * 1000 - avg_depth) >> 8; in softclock()