Home
last modified time | relevance | path

Searched refs:polls (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/arch/um/os-Linux/
Dsigio.c106 static int need_poll(struct pollfds *polls, int n) in need_poll() argument
110 if (n <= polls->size) in need_poll()
120 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll()
121 kfree(polls->poll); in need_poll()
123 polls->poll = new; in need_poll()
124 polls->size = n; in need_poll()
/linux-2.6.39/Documentation/networking/
DPLIP.txt88 When in IRQ-less mode, the PLIP driver polls the parallel port HZ times
90 Alpha, as of this writing). Between two such polls, there are 10^6/HZ usecs.
92 quite possible for the trigger timeout to expire between two such polls, as
Dlapb-module.txt93 connected, it sends DM without polls set, every T1. The upper case constant
/linux-2.6.39/Documentation/serial/
Dsx.txt151 sx_poll: number of jiffies between timer-based polls.
153 Set this to "0" to disable timer based polls.
158 (on Intel: 100 polls per second). If you don't use
162 sx_slowpoll: Number of jiffies between timer-based polls.
/linux-2.6.39/Documentation/scsi/
Ddtc3x80.txt32 the driver polls for data-ready in the pseudo-DMA transfer routine.
/linux-2.6.39/Documentation/i2c/
Di2c-stub44 If your target driver polls some byte or word waiting for it to change, the
/linux-2.6.39/drivers/input/
DKconfig45 device that periodically polls hardware state. This
/linux-2.6.39/Documentation/m68k/
DREADME.buddha110 polls two words out of the same address of IDE port since
/linux-2.6.39/Documentation/crypto/
Dasync-tx-api.txt104 it polls for the completion of the operation. It handles dependency
/linux-2.6.39/Documentation/ide/
DChangeLog.ide-cd.1994-2004247 * - Stop spewing errors to log when magicdev polls with
/linux-2.6.39/Documentation/
DIPMI.txt449 thread that constantly polls the IPMI driver while an IPMI operation
/linux-2.6.39/arch/arm/
DKconfig1246 continuously polls a memory location waiting to observe an update.