Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/um/os-Linux/
H 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()
/openbmc/linux/Documentation/hwmon/
H A Draspberrypi-hwmon.rst17 This driver periodically polls a mailbox property of the VC4 firmware to detect
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Damlogic,meson-gxbb-mhu.yaml18 data has been read by the remote. This driver assumes the sender polls
H A Darm,mhu.yaml17 by the remote. This driver assumes the sender polls STAT register and the
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dupdate-config.patch31 # How often in seconds pppoe-start polls to check if link is up
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dbrcm,sr-thermal.txt11 - polling-delay: Max number of milliseconds to wait between polls.
H 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
/openbmc/linux/Documentation/networking/
H 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
H A Dlapb-module.rst102 connected, it sends DM without polls set, every T1. The upper case constant
H A Dnapi.rst193 ``napi_defer_hard_irqs`` controls the number of consecutive empty polls
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.h105 u64 polls; member
H A Daq_vec.c44 ring[AQ_VEC_RX_ID].stats.rx.polls++; in aq_vec_poll()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c1077 struct pollfd polls; in main_loop_s() local
1083 polls.fd = listensock; in main_loop_s()
1084 polls.events = POLLIN; in main_loop_s()
1086 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
/openbmc/linux/Documentation/i2c/
H A Di2c-stub.rst62 If your target driver polls some byte or word waiting for it to change, the
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch12 soon enough. With this fix, the parent process in this test polls for
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-cros-ec6 can be used to grab the EC logs. The kernel polls for the log
/openbmc/linux/Documentation/sound/hd-audio/
H A Dcontrols.rst96 unsolicited event per jack plug. When this is on, the driver polls
/openbmc/linux/Documentation/driver-api/thermal/
H A Dsysfs-api.rst94 number of milliseconds to wait between polls when
97 number of milliseconds to wait between polls when checking
/openbmc/linux/Documentation/virt/kvm/
H A Dhalt-polling.rst11 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions
/openbmc/phosphor-mboxd/Documentation/
H A Dmboxd.md160 The daemon blocks SIGINTs, SIGTERMs, and SIGHUPs and instead polls for them on
/openbmc/hiomapd/Documentation/
H A Dmboxd.md159 The daemon blocks SIGINTs, SIGTERMs, and SIGHUPs and instead polls for them on a
/openbmc/docs/designs/
H A Dgpio-based-cable-presence.md63 polls the gpio presence signal for these objects in an interval of 10 seconds.
/openbmc/linux/Documentation/arch/m68k/
H A Dbuddha-driver.rst115 polls two words out of the same address of IDE port since
/openbmc/linux/Documentation/crypto/
H A Dasync-tx-api.rst128 it polls for the completion of the operation. It handles dependency
/openbmc/phosphor-ipmi-flash/
H A DREADME.md125 then triggers the `verify_image` service. Then, the user polls until the result

12