Home
last modified time | relevance | path

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

/linux/arch/um/os-Linux/
A Dsigio.c103 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()
/linux/Documentation/hwmon/
A Draspberrypi-hwmon.rst17 This driver periodically polls a mailbox property of the VC4 firmware to detect
/linux/tools/testing/selftests/net/mptcp/
A Dmptcp_connect.c857 struct pollfd polls; in main_loop_s() local
861 polls.fd = listensock; in main_loop_s()
862 polls.events = POLLIN; in main_loop_s()
864 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
/linux/Documentation/devicetree/bindings/mailbox/
A Damlogic,meson-gxbb-mhu.yaml18 data has been read by the remote. This driver assumes the sender polls
A Darm,mhu.yaml17 by the remote. This driver assumes the sender polls STAT register and the
/linux/Documentation/networking/
A Dplip.rst92 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 Dlapb-module.rst102 connected, it sends DM without polls set, every T1. The upper case constant
/linux/Documentation/devicetree/bindings/thermal/
A Dthermal-zones.yaml36 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
A Dbrcm,sr-thermal.txt11 - polling-delay: Max number of milliseconds to wait between polls.
/linux/drivers/net/ethernet/aquantia/atlantic/
A Daq_ring.h100 u64 polls; member
A Daq_vec.c49 ring[AQ_VEC_RX_ID].stats.rx.polls++; in aq_vec_poll()
A Daq_ring.c602 data[++count] = self->stats.rx.polls; in aq_ring_fill_stats_data()
/linux/Documentation/ABI/testing/
A Ddebugfs-cros-ec6 can be used to grab the EC logs. The kernel polls for the log
/linux/Documentation/i2c/
A Di2c-stub.rst62 If your target driver polls some byte or word waiting for it to change, the
/linux/Documentation/sound/hd-audio/
A Dcontrols.rst96 unsolicited event per jack plug. When this is on, the driver polls
/linux/Documentation/virt/kvm/
A Dhalt-polling.rst11 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions
/linux/Documentation/driver-api/thermal/
A Dsysfs-api.rst94 number of milliseconds to wait between polls when
97 number of milliseconds to wait between polls when checking
/linux/Documentation/m68k/
A Dbuddha-driver.rst115 polls two words out of the same address of IDE port since
/linux/Documentation/crypto/
A Dasync-tx-api.rst128 it polls for the completion of the operation. It handles dependency
/linux/Documentation/ide/
A DChangeLog.ide-cd.1994-2004247 * - Stop spewing errors to log when magicdev polls with
/linux/Documentation/dev-tools/
A Dkgdb.rst878 function which polls hardware for single character input.
/linux/Documentation/driver-api/
A Dipmi.rst483 thread that constantly polls the IPMI driver while an IPMI operation
/linux/arch/arm/
A DKconfig943 continuously polls a memory location waiting to observe an update.

Completed in 39 milliseconds