Searched refs:polling (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/sys/dev/cmx/
H A Dcmx.c275 if (sc->polling) {
276 DEBUG_printf(sc->dev, "disabling polling\n");
278 sc->polling = 0;
387 * Periodical callout routine, polling the reader for data
399 if (sc->polling && !sc->dying) {
403 sc->polling = 0;
453 if (sc->polling) {
454 DEBUG_printf(sc->dev, "disabling polling\n");
456 sc->polling = 0;
492 if (sc->polling) {
[all...]
H A Dcmxvar.h57 int polling; /* are we polling? */ member in struct:cmx_softc
/freebsd-11.0-release/sys/dev/sound/pci/
H A Datiixp.c134 int poll_ticks, polling; member in struct:atiixp_info
588 if (sc->polling != 0) {
697 if (sc->polling == 0 || atiixp_chan_active(sc) == 0) {
738 if (sc->polling != 0) {
774 if (sc->polling != 0) {
833 if (sc->polling != 0)
876 if (sc->polling != 0) {
973 val = sc->polling;
983 if (val != sc->polling) {
988 sc->polling
1006 int i, timeout, found, polling; local
[all...]
H A Dvia8233.c126 int poll_ticks, polling; member in struct:via_info
227 val = via->polling;
237 if (val != via->polling) {
241 via->polling = 0;
243 via->polling = 1;
269 "polling", CTLTYPE_INT | CTLFLAG_RW, dev, sizeof(dev),
271 "Enable polling mode");
621 if (via->polling != 0) {
812 if (via->polling == 0 || via_chan_active(via) == 0) {
900 if (via->polling !
[all...]
H A Des137x.c229 int poll_ticks, polling; member in struct:es_info
732 if (es->polling == 0 || es_chan_active(es) == 0) {
776 if (es->polling == 0)
792 if (es->polling == 0)
812 if (es->polling == 0)
829 if (es->polling != 0) {
841 if (es->polling != 0) {
860 if (es->polling != 0)
925 if (es->polling != 0) {
1604 val = es->polling;
[all...]
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c287 p_FmPort->polling = FALSE;
289 p_FmPort->polling = TRUE;
409 if (!p_FmPort->polling || p_FmPort->exceptions)
425 if(!p_FmPort->polling)
488 if (!p_FmPort->polling || p_FmPort->exceptions)
601 "in guest-partitions, IM is always in polling!"));
603 p_FmPort->polling = TRUE;
648 if (!p_FmPort->exceptions && p_FmPort->polling)
H A Dfm_port.h832 bool polling; member in struct:__anon8226
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dusb_mouse.c251 int polling; member in struct:umouse_softc
732 if (sc->polling) {
738 sc->polling = 1;
751 sc->polling = 0;
/freebsd-11.0-release/sys/dev/sound/pci/hda/
H A Dhdac.c346 if (sc->polling == 0) {
1144 device_get_unit(dev), "polling", &i) == 0 && i != 0)
1145 sc->polling = 1;
1147 sc->polling = 0;
1393 if (sc->polling == 0)
1441 val = sc->polling;
1451 if (val != sc->polling) {
1457 sc->polling = 0;
1465 sc->polling = 1;
1507 if (sc->polling
[all...]
H A Dhdac_private.h197 int polling; member in struct:hdac_softc
/freebsd-11.0-release/sys/dev/cxgb/
H A Dcxgb_ioctl.h110 int32_t polling; member in struct:ch_qset_params
H A Dcxgb_adapter.h177 uint32_t polling; member in struct:sge_rspq
H A Dcxgb_main.c2661 t->polling = q->polling;
H A Dcxgb_sge.c586 q->polling = 0;
676 qs->rspq.polling = 0 /* p->polling */;
1077 /* XXX currently assume that we are *NOT* polling */
/freebsd-11.0-release/sys/kern/
H A Dkern_poll.c58 * polling code.
79 * with polling and disable interrupts, if registration was successful.
81 * A second variable controls the sharing of CPU between polling/kernel
83 * kern.polling.user_frac (between 0 and 100, default 50) sets the share
101 static SYSCTL_NODE(_kern, OID_AUTO, polling, CTLFLAG_RW, 0,
102 "Device polling parameters");
105 &poll_burst, 0, "Current polling burst size");
162 &poll_in_idle_loop, 0, "Enable device polling in idle loop");
267 mtx_init(&poll_mtx, "polling", NULL, MTX_DEF);
277 * Normally, this should not happen, because polling handle
[all...]
H A Dkern_tc.c619 unsigned int polling; local
663 * synchronisation algo polling period that ensures monotonicity for the
724 polling = bt.sec;
727 bintime_mul(&bt, polling);
/freebsd-11.0-release/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac.c544 /* Only enable interrupts if we are not polling. */
687 #error We only support polling mode
750 * Do not allow disabling of polling if we do
826 /* We will enable polling by default if no irqs available. See below. */
858 "forcing to polling due to no interrupts\n");
/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_common.h310 unsigned int polling; /* polling/interrupt service for rspq */ member in struct:qset_params
/freebsd-11.0-release/share/man/man4/
H A DMakefile407 polling.4 \
/freebsd-11.0-release/sys/dev/trm/
H A Dtrm.c1164 goto polling;
1188 polling:

Completed in 265 milliseconds