/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/devicetree/bindings/thermal/ |
H A D | thermal-zones.yaml | 36 unexpectedly between polls. Choosing the right polling delays shall avoid 67 The maximum number of milliseconds to wait between polls when 75 The maximum number of milliseconds to wait between polls when
|
H A D | brcm,sr-thermal.txt | 11 - polling-delay: Max number of milliseconds to wait between polls.
|
/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
|
/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/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | amlogic,meson-gxbb-mhu.yaml | 18 data has been read by the remote. This driver assumes the sender polls
|
H A D | arm,mhu.yaml | 17 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 D | update-config.patch | 31 # How often in seconds pppoe-start polls to check if link is up
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | device_monitor.hpp | 75 * The timer that runs fault check polls.
|
/openbmc/phosphor-power/ |
H A D | device_monitor.hpp | 75 * The timer that runs fault check polls.
|
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gzip_vas.c | 185 fprintf(stderr, "CSB still not valid after %d polls.\n", in nx_wait_for_csb() 187 prt_err("CSB still not valid after %d polls, giving up.\n", in nx_wait_for_csb()
|
/openbmc/u-boot/include/ |
H A D | wait_bit.h | 20 * Function polls register waiting for specific bit(s) change
|
/openbmc/u-boot/doc/ |
H A D | kwboot.1 | 20 Following power-up or a system reset, system BootROM code polls the
|
/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/drivers/ptp/ |
H A D | ptp_idt82p33.h | 90 /* Polls for external time stamps */
|
H A D | ptp_clockmatrix.h | 119 /* Polls for external time stamps */
|
/openbmc/witherspoon-pfault-analysis/power-sequencer/ |
H A D | runtime_monitor.hpp | 27 * 2) Polls for faults, as some won't always drop PGOOD.
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | runtime_monitor.hpp | 27 * 2) Polls for faults, as some won't always drop PGOOD.
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | netdev.h | 58 /* count of enabled napi polls */
|
/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/include/linux/ |
H A D | thermal.h | 127 * @passive_delay_jiffies: number of jiffies to wait between polls when 129 * @polling_delay_jiffies: number of jiffies to wait between polls when
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dm_helpers.h | 98 * Polls for ACT (allocation change trigger) handled and
|
/openbmc/linux/drivers/power/supply/ |
H A D | ug3105_battery.c | 211 * Read + reset coulomb counter every 10 polls (every 300 seconds) in ug3105_work() 247 * between 2 polls, then we can calculate the internal resistance in ug3105_work()
|
/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/qemu/tests/qemu-iotests/ |
H A D | 258 | 65 # finish, it polls and thus makes stream finish concurrently --
|