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

/freebsd-11-stable/sys/dev/hyperv/include/
H A Dvmbus.h227 u_int pollhz);
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c2180 vmbus_chan_poll_enable(struct vmbus_channel *chan, u_int pollhz) argument
2187 KASSERT(pollhz >= VMBUS_CHAN_POLLHZ_MIN &&
2188 pollhz <= VMBUS_CHAN_POLLHZ_MAX, ("invalid pollhz %u", pollhz));
2191 arg.poll_hz = pollhz;
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c4412 hn_chan_polling(struct vmbus_channel *chan, u_int pollhz) argument
4414 if (pollhz == 0)
4417 vmbus_chan_poll_enable(chan, pollhz);
4421 hn_polling(struct hn_softc *sc, u_int pollhz) argument
4433 hn_chan_polling(subch[i], pollhz);
4436 hn_chan_polling(sc->hn_prichan, pollhz);
4443 int pollhz, error; local
4445 pollhz = sc->hn_pollhz;
4446 error = sysctl_handle_int(oidp, &pollhz, 0, req);
4450 if (pollhz !
[all...]

Completed in 75 milliseconds