Searched refs:avg_depth (Results 1 – 2 of 2) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 78 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 D | kern_timeout.c | 81 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()
|