/linux-6.3-rc2/arch/um/os-Linux/ |
A D | sigio.c | 102 static int need_poll(struct pollfds *polls, int n) in need_poll() argument 106 if (n <= polls->size) in need_poll() 116 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll() 117 kfree(polls->poll); in need_poll() 119 polls->poll = new; in need_poll() 120 polls->size = n; in need_poll()
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | raspberrypi-hwmon.rst | 17 This driver periodically polls a mailbox property of the VC4 firmware to detect
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mailbox/ |
A D | amlogic,meson-gxbb-mhu.yaml | 18 data has been read by the remote. This driver assumes the sender polls
|
A D | arm,mhu.yaml | 17 by the remote. This driver assumes the sender polls STAT register and the
|
/linux-6.3-rc2/Documentation/devicetree/bindings/thermal/ |
A D | brcm,sr-thermal.txt | 11 - polling-delay: Max number of milliseconds to wait between polls.
|
A D | thermal-zones.yaml | 36 unexpectedly between polls. Choosing the right polling delays shall avoid 64 The maximum number of milliseconds to wait between polls when 72 The maximum number of milliseconds to wait between polls when
|
/linux-6.3-rc2/Documentation/networking/ |
A 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
|
A D | lapb-module.rst | 102 connected, it sends DM without polls set, every T1. The upper case constant
|
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/ |
A D | aq_ring.h | 105 u64 polls; member
|
A D | aq_vec.c | 44 ring[AQ_VEC_RX_ID].stats.rx.polls++; in aq_vec_poll()
|
A D | aq_ring.c | 944 data[++count] = self->stats.rx.polls; in aq_ring_fill_stats_data()
|
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/ |
A D | mptcp_connect.c | 1076 struct pollfd polls; in main_loop_s() local 1082 polls.fd = listensock; in main_loop_s() 1083 polls.events = POLLIN; in main_loop_s() 1085 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
|
/linux-6.3-rc2/Documentation/i2c/ |
A D | i2c-stub.rst | 62 If your target driver polls some byte or word waiting for it to change, the
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | debugfs-cros-ec | 6 can be used to grab the EC logs. The kernel polls for the log
|
/linux-6.3-rc2/Documentation/sound/hd-audio/ |
A D | controls.rst | 96 unsolicited event per jack plug. When this is on, the driver polls
|
/linux-6.3-rc2/Documentation/virt/kvm/ |
A D | halt-polling.rst | 11 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions
|
/linux-6.3-rc2/Documentation/driver-api/thermal/ |
A D | sysfs-api.rst | 94 number of milliseconds to wait between polls when 97 number of milliseconds to wait between polls when checking
|
/linux-6.3-rc2/Documentation/m68k/ |
A D | buddha-driver.rst | 115 polls two words out of the same address of IDE port since
|
/linux-6.3-rc2/Documentation/crypto/ |
A D | async-tx-api.rst | 128 it polls for the completion of the operation. It handles dependency
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | kgdb.rst | 878 function which polls hardware for single character input.
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | ipmi.rst | 483 thread that constantly polls the IPMI driver while an IPMI operation
|
/linux-6.3-rc2/arch/arm/ |
A D | Kconfig | 786 continuously polls a memory location waiting to observe an update.
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 5967 non-sleeping polls of readers. Beyond this limit,
|