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

/freebsd-10-stable/sys/kern/
H A Dkern_timeout.c82 static int avg_depth; variable
83 SYSCTL_INT(_debug, OID_AUTO, to_avg_depth, CTLFLAG_RD, &avg_depth, 0,
828 avg_depth += (depth * 1000 - avg_depth) >> 8;

Completed in 55 milliseconds