Searched refs:avg_depth (Results 1 – 1 of 1) sorted by relevance
83 static int avg_depth; variable84 SYSCTL_INT(_debug, OID_AUTO, to_avg_depth, CTLFLAG_RD, &avg_depth, 0,871 avg_depth += (depth * 1000 - avg_depth) >> 8; in softclock_thread()