Searched refs:polls (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/arch/um/os-Linux/ |
D | sigio.c | 106 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/ |
D | PLIP.txt | 88 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
|
D | lapb-module.txt | 93 connected, it sends DM without polls set, every T1. The upper case constant
|
/linux-2.6.39/Documentation/serial/ |
D | sx.txt | 151 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/ |
D | dtc3x80.txt | 32 the driver polls for data-ready in the pseudo-DMA transfer routine.
|
/linux-2.6.39/Documentation/i2c/ |
D | i2c-stub | 44 If your target driver polls some byte or word waiting for it to change, the
|
/linux-2.6.39/drivers/input/ |
D | Kconfig | 45 device that periodically polls hardware state. This
|
/linux-2.6.39/Documentation/m68k/ |
D | README.buddha | 110 polls two words out of the same address of IDE port since
|
/linux-2.6.39/Documentation/crypto/ |
D | async-tx-api.txt | 104 it polls for the completion of the operation. It handles dependency
|
/linux-2.6.39/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 247 * - Stop spewing errors to log when magicdev polls with
|
/linux-2.6.39/Documentation/ |
D | IPMI.txt | 449 thread that constantly polls the IPMI driver while an IPMI operation
|
/linux-2.6.39/arch/arm/ |
D | Kconfig | 1246 continuously polls a memory location waiting to observe an update.
|