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

/freebsd-9.3-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-9.3-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-9.3-release/sys/dev/sound/pci/hda/
H A Dhdac.c330 if (sc->polling == 0) {
1128 device_get_unit(dev), "polling", &i) == 0 && i != 0)
1129 sc->polling = 1;
1131 sc->polling = 0;
1377 if (sc->polling == 0)
1425 val = sc->polling;
1435 if (val != sc->polling) {
1441 sc->polling = 0;
1449 sc->polling = 1;
1491 if (sc->polling
[all...]
H A Dhdac_private.h197 int polling; member in struct:hdac_softc
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_ioctl.h110 int32_t polling; member in struct:ch_qset_params
H A Dcxgb_adapter.h175 uint32_t polling; member in struct:sge_rspq
H A Dcxgb_main.c2616 t->polling = q->polling;
H A Dcxgb_sge.c591 q->polling = 0;
681 qs->rspq.polling = 0 /* p->polling */;
1084 /* XXX currently assume that we are *NOT* polling */
/freebsd-9.3-release/sys/kern/
H A Dkern_poll.c57 * polling code.
78 * with polling and disable interrupts, if registration was successful.
80 * A second variable controls the sharing of CPU between polling/kernel
82 * 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...]
/freebsd-9.3-release/share/man/man4/
H A DMakefile357 polling.4 \
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_common.h310 unsigned int polling; /* polling/interrupt service for rspq */ member in struct:qset_params
/freebsd-9.3-release/sys/dev/trm/
H A Dtrm.c1168 goto polling;
1192 polling:

Completed in 131 milliseconds