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

/freebsd-11-stable/sys/dev/dcons/
H A Ddcons_os.c97 static int poll_hz = DCONS_POLL_HZ; variable
103 SYSCTL_INT(_kern_dcons, OID_AUTO, poll_hz, CTLFLAG_RW, &poll_hz, 0,
244 if (poll_idle <= (poll_hz * DCONS_POLL_IDLE))
245 polltime /= poll_hz;
391 polltime = hz / poll_hz;
/freebsd-11-stable/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;
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c56 u_int poll_hz; member in struct:vmbus_chan_pollarg
1293 intvl = SBT_1S / arg->poll_hz;
1304 if (arg->poll_hz <= hz)
2191 arg.poll_hz = pollhz;

Completed in 62 milliseconds