Home
last modified time | relevance | path

Searched full:polls (Results 1 – 25 of 154) sorted by relevance

1234567

/Linux-v6.1/arch/um/os-Linux/
Dsigio.c102 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-v6.1/Documentation/devicetree/bindings/thermal/
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
Dbrcm,sr-thermal.txt11 - polling-delay: Max number of milliseconds to wait between polls.
/Linux-v6.1/Documentation/networking/
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
/Linux-v6.1/Documentation/hwmon/
Draspberrypi-hwmon.rst17 This driver periodically polls a mailbox property of the VC4 firmware to detect
/Linux-v6.1/Documentation/devicetree/bindings/mailbox/
Damlogic,meson-gxbb-mhu.yaml18 data has been read by the remote. This driver assumes the sender polls
Darm,mhu.yaml17 by the remote. This driver assumes the sender polls STAT register and the
/Linux-v6.1/tools/testing/selftests/powerpc/nx-gzip/
Dgzip_vas.c185 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()
/Linux-v6.1/Documentation/i2c/
Di2c-stub.rst62 If your target driver polls some byte or word waiting for it to change, the
/Linux-v6.1/drivers/infiniband/hw/hfi1/
Dnetdev.h58 /* count of enabled napi polls */
/Linux-v6.1/Documentation/ABI/testing/
Ddebugfs-cros-ec6 can be used to grab the EC logs. The kernel polls for the log
/Linux-v6.1/drivers/ptp/
Dptp_clockmatrix.h119 /* Polls for external time stamps */
/Linux-v6.1/include/linux/
Dthermal.h127 * @passive_delay_jiffies: number of jiffies to wait between polls when
129 * @polling_delay_jiffies: number of jiffies to wait between polls when
Dmailbox_controller.h67 * @txpoll_period: If 'txdone_poll' is in effect, the API polls for
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddm_helpers.h98 * Polls for ACT (allocation change trigger) handled and
/Linux-v6.1/drivers/power/supply/
Dug3105_battery.c211 * 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()
/Linux-v6.1/Documentation/sound/hd-audio/
Dcontrols.rst96 unsolicited event per jack plug. When this is on, the driver polls
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/
Daq_ring.h105 u64 polls; member
/Linux-v6.1/drivers/pps/clients/
Dpps_parport.c77 * number of polls is limited by clear_wait parameter which is in parport_irq()
/Linux-v6.1/sound/pci/mixart/
Dmixart_hwdep.h72 * the driver polls on this address, until it shows 1 (presence) or 2 (absence)
/Linux-v6.1/drivers/net/ethernet/intel/igc/
Digc_nvm.c12 * Polls the EEPROM status bit for either read or write completion based
/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c1002 struct pollfd polls; in main_loop_s() local
1008 polls.fd = listensock; in main_loop_s()
1009 polls.events = POLLIN; in main_loop_s()
1011 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
/Linux-v6.1/drivers/iio/light/
Dacpi-als.c167 * When coming from own trigger via polls, set polling function in acpi_als_trigger_handler()
/Linux-v6.1/drivers/macintosh/
Dadb-iop.c112 * produced when the IOP polls devices. They are mostly timeouts. in adb_iop_listen()
/Linux-v6.1/Documentation/driver-api/thermal/
Dsysfs-api.rst94 number of milliseconds to wait between polls when
97 number of milliseconds to wait between polls when checking

1234567