/openbmc/linux/arch/um/os-Linux/ |
H A 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()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | raspberrypi-hwmon.rst | 17 This driver periodically polls a mailbox property of the VC4 firmware to detect
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
H A D | update-config.patch | 31 # How often in seconds pppoe-start polls to check if link is up
|
/openbmc/linux/Documentation/networking/ |
H 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
|
H A D | lapb-module.rst | 102 connected, it sends DM without polls set, every T1. The upper case constant
|
H A D | napi.rst | 193 ``napi_defer_hard_irqs`` controls the number of consecutive empty polls
|
/openbmc/linux/Documentation/devicetree/bindings/thermal/ |
H A D | brcm,sr-thermal.txt | 11 - polling-delay: Max number of milliseconds to wait between polls.
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ring.h | 105 u64 polls; member
|
H A D | aq_vec.c | 44 ring[AQ_VEC_RX_ID].stats.rx.polls++; in aq_vec_poll()
|
H A D | aq_ring.c | 951 data[++count] = self->stats.rx.polls; in aq_ring_fill_stats_data()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 1079 struct pollfd polls; in main_loop_s() local 1085 polls.fd = listensock; in main_loop_s() 1086 polls.events = POLLIN; in main_loop_s() 1088 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-stub.rst | 62 If your target driver polls some byte or word waiting for it to change, the
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-cros-ec | 6 can be used to grab the EC logs. The kernel polls for the log
|
/openbmc/linux/Documentation/sound/hd-audio/ |
H A D | controls.rst | 96 unsolicited event per jack plug. When this is on, the driver polls
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | sysfs-api.rst | 94 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 D | halt-polling.rst | 11 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions
|
/openbmc/hiomapd/Documentation/ |
H A D | mboxd.md | 159 The daemon blocks SIGINTs, SIGTERMs, and SIGHUPs and instead polls for them on a
|
/openbmc/docs/designs/ |
H A D | gpio-based-cable-presence.md | 63 polls the gpio presence signal for these objects in an interval of 10 seconds.
|
H A D | redfish-eventservice.md | 900 Polling is a traditional technique where client repeatedly polls a server for
|
/openbmc/phosphor-mboxd/Documentation/ |
H A D | mboxd.md | 160 The daemon blocks SIGINTs, SIGTERMs, and SIGHUPs and instead polls for them on
|
/openbmc/linux/Documentation/arch/m68k/ |
H A D | buddha-driver.rst | 115 polls two words out of the same address of IDE port since
|
/openbmc/linux/Documentation/crypto/ |
H A D | async-tx-api.rst | 128 it polls for the completion of the operation. It handles dependency
|
/openbmc/phosphor-ipmi-flash/ |
H A D | README.md | 125 then triggers the `verify_image` service. Then, the user polls until the result
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kgdb.rst | 878 function which polls hardware for single character input.
|
/openbmc/linux/Documentation/driver-api/ |
H A D | ipmi.rst | 483 thread that constantly polls the IPMI driver while an IPMI operation
|