Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_timeout.c93 static int avg_depth_dir; variable
94 SYSCTL_INT(_debug, OID_AUTO, to_avg_depth_dir, CTLFLAG_RD, &avg_depth_dir, 0,
528 avg_depth_dir += (depth_dir * 1000 - avg_depth_dir) >> 8; in callout_process()