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

/freebsd-current/sys/dev/dcons/
H A Ddcons_os.c98 static int poll_hz = DCONS_POLL_HZ; variable
105 SYSCTL_INT(_kern_dcons, OID_AUTO, poll_hz, CTLFLAG_RW, &poll_hz, 0,
246 if (poll_idle <= (poll_hz * DCONS_POLL_IDLE))
247 polltime /= poll_hz;
398 polltime = hz / poll_hz;
/freebsd-current/usr.sbin/dconschat/
H A Ddconschat.c84 int poll_hz = DCONS_POLL_HZ; variable
931 int retry_unit_init = MAX(1, poll_hz / 10);
932 int retry_unit_offline = poll_hz * DCONS_POLL_OFFLINE;
1021 poll_hz = strtoul(optarg, NULL, 0);
1022 if (poll_hz == 0)
1023 poll_hz = DCONS_POLL_HZ;
1129 if (poll_hz == 1) {
1134 dc->to.tv_nsec = 1000 * 1000 * 1000 / poll_hz;
/freebsd-current/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c56 u_int poll_hz; member in struct:vmbus_chan_pollarg
1444 intvl = SBT_1S / arg->poll_hz;
1455 if (arg->poll_hz <= hz)
2383 arg.poll_hz = pollhz;

Completed in 99 milliseconds