Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hyperv/include/
HDvmbus.h256 u_int pollhz);
/freebsd-13-stable/sys/dev/hyperv/vmbus/
HDvmbus_chan.c2370 vmbus_chan_poll_enable(struct vmbus_channel *chan, u_int pollhz) in vmbus_chan_poll_enable() argument
2377 KASSERT(pollhz >= VMBUS_CHAN_POLLHZ_MIN && in vmbus_chan_poll_enable()
2378 pollhz <= VMBUS_CHAN_POLLHZ_MAX, ("invalid pollhz %u", pollhz)); in vmbus_chan_poll_enable()
2381 arg.poll_hz = pollhz; in vmbus_chan_poll_enable()
/freebsd-13-stable/sys/dev/hyperv/netvsc/
HDif_hn.c4460 hn_chan_polling(struct vmbus_channel *chan, u_int pollhz) in hn_chan_polling() argument
4462 if (pollhz == 0) in hn_chan_polling()
4465 vmbus_chan_poll_enable(chan, pollhz); in hn_chan_polling()
4469 hn_polling(struct hn_softc *sc, u_int pollhz) in hn_polling() argument
4481 hn_chan_polling(subch[i], pollhz); in hn_polling()
4484 hn_chan_polling(sc->hn_prichan, pollhz); in hn_polling()
4491 int pollhz, error; in hn_polling_sysctl() local
4493 pollhz = sc->hn_pollhz; in hn_polling_sysctl()
4494 error = sysctl_handle_int(oidp, &pollhz, 0, req); in hn_polling_sysctl()
4498 if (pollhz != 0 && in hn_polling_sysctl()
[all …]