/kernel/linux/linux-5.10/arch/um/os-Linux/ |
D | sigio.c | 103 static int need_poll(struct pollfds *polls, int n) in need_poll() argument 107 if (n <= polls->size) in need_poll() 117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll() 118 kfree(polls->poll); in need_poll() 120 polls->poll = new; in need_poll() 121 polls->size = n; in need_poll()
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | raspberrypi-hwmon.rst | 17 This driver periodically polls a mailbox property of the VC4 firmware to detect
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.c | 703 struct pollfd polls; in main_loop_s() local 707 polls.fd = listensock; in main_loop_s() 708 polls.events = POLLIN; in main_loop_s() 710 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/ |
D | brcm,sr-thermal.txt | 11 - polling-delay: Max number of milliseconds to wait between polls.
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | plip.rst | 92 When in IRQ-less mode, the PLIP driver polls the parallel port HZ times 94 Alpha, as of this writing). Between two such polls, there are 10^6/HZ usecs. 96 quite possible for the trigger timeout to expire between two such polls, as
|
D | lapb-module.rst | 102 connected, it sends DM without polls set, every T1. The upper case constant
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ring.h | 100 u64 polls; member
|
D | aq_vec.c | 49 ring[AQ_VEC_RX_ID].stats.rx.polls++; in aq_vec_poll()
|
D | aq_ring.c | 603 data[++count] = self->stats.rx.polls; in aq_ring_fill_stats_data()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | debugfs-cros-ec | 6 can be used to grab the EC logs. The kernel polls for the log
|
/kernel/linux/linux-5.10/Documentation/i2c/ |
D | i2c-stub.rst | 62 If your target driver polls some byte or word waiting for it to change, the
|
/kernel/linux/linux-5.10/Documentation/sound/hd-audio/ |
D | controls.rst | 96 unsolicited event per jack plug. When this is on, the driver polls
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | halt-polling.rst | 11 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions
|
/kernel/linux/linux-5.10/drivers/input/ |
D | Kconfig | 59 device that periodically polls hardware state. This
|
/kernel/linux/linux-5.10/Documentation/m68k/ |
D | buddha-driver.rst | 115 polls two words out of the same address of IDE port since
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | async-tx-api.rst | 128 it polls for the completion of the operation. It handles dependency
|
/kernel/linux/linux-5.10/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 247 * - Stop spewing errors to log when magicdev polls with
|
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/ |
D | sysfs-api.rst | 94 number of milliseconds to wait between polls when 97 number of milliseconds to wait between polls when checking
|
/kernel/linux/linux-5.10/Documentation/dev-tools/ |
D | kgdb.rst | 879 function which polls hardware for single character input.
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | ipmi.rst | 462 thread that constantly polls the IPMI driver while an IPMI operation
|
/kernel/linux/linux-5.10/arch/arm/ |
D | Kconfig | 993 continuously polls a memory location waiting to observe an update.
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 7216 + * the OOS state - this function polls for that condition. It is particularly
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 12373 + /* If we have to wait, try 100 polls per millisecond. */ 12379 + /* If we have to wait, try 100 polls per millisecond. */
|