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

/freebsd-10.2-release/sys/dev/dcons/
H A Ddcons_os.c96 static int poll_hz = DCONS_POLL_HZ; variable
102 SYSCTL_INT(_kern_dcons, OID_AUTO, poll_hz, CTLFLAG_RW, &poll_hz, 0,
231 if (poll_idle <= (poll_hz * DCONS_POLL_IDLE))
232 polltime /= poll_hz;
378 polltime = hz / poll_hz;
/freebsd-10.2-release/usr.sbin/dconschat/
H A Ddconschat.c83 int poll_hz = DCONS_POLL_HZ; variable
940 int retry_unit_init = MAX(1, poll_hz / 10);
941 int retry_unit_offline = poll_hz * DCONS_POLL_OFFLINE;
1030 poll_hz = strtoul(optarg, NULL, 0);
1031 if (poll_hz == 0)
1032 poll_hz = DCONS_POLL_HZ;
1138 if (poll_hz == 1) {
1143 dc->to.tv_nsec = 1000 * 1000 * 1000 / poll_hz;

Completed in 109 milliseconds