Searched refs:poll_hz (Results 1 – 3 of 3) sorted by relevance
98 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)) in dcons_timeout() 247 polltime /= poll_hz; in dcons_timeout() 398 polltime = hz / poll_hz; in dcons_attach()
84 int poll_hz = DCONS_POLL_HZ; variable933 int retry_unit_init = MAX(1, poll_hz / 10); in dconschat_start_session()934 int retry_unit_offline = poll_hz * DCONS_POLL_OFFLINE; in dconschat_start_session()1023 poll_hz = strtoul(optarg, NULL, 0); in main()1024 if (poll_hz == 0) in main()1025 poll_hz = DCONS_POLL_HZ; in main()1131 if (poll_hz == 1) { in main()1136 dc->to.tv_nsec = 1000 * 1000 * 1000 / poll_hz; in main()
56 u_int poll_hz; member 1442 intvl = SBT_1S / arg->poll_hz; in vmbus_chan_pollcfg_task() 1453 if (arg->poll_hz <= hz) in vmbus_chan_pollcfg_task() 2381 arg.poll_hz = pollhz; in vmbus_chan_poll_enable()