Home
last modified time | relevance | path

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

1234567

/linux-6.14.4/arch/um/os-Linux/
Dsigio.c104 static int need_poll(struct pollfds *polls, int n) in need_poll() argument
108 if (n <= polls->size) in need_poll()
118 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll()
119 kfree(polls->poll); in need_poll()
121 polls->poll = new; in need_poll()
122 polls->size = n; in need_poll()
/linux-6.14.4/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-6.14.4/Documentation/devicetree/bindings/thermal/
Dthermal-zones.yaml36 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
Dbrcm,sr-thermal.txt11 - polling-delay: Max number of milliseconds to wait between polls.
/linux-6.14.4/Documentation/hwmon/
Draspberrypi-hwmon.rst17 This driver periodically polls a mailbox property of the VC4 firmware to detect
/linux-6.14.4/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-6.14.4/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-6.14.4/drivers/thermal/
Dthermal_core.h86 * @passive_delay_jiffies: number of jiffies to wait between polls when
88 * @polling_delay_jiffies: number of jiffies to wait between polls when
/linux-6.14.4/Documentation/i2c/
Di2c-stub.rst62 If your target driver polls some byte or word waiting for it to change, the
/linux-6.14.4/drivers/ptp/
Dptp_idt82p33.h90 /* Polls for external time stamps */
Dptp_clockmatrix.h119 /* Polls for external time stamps */
/linux-6.14.4/Documentation/ABI/testing/
Ddebugfs-cros-ec6 can be used to grab the EC logs. The kernel polls for the log
/linux-6.14.4/drivers/infiniband/hw/hfi1/
Dnetdev.h58 /* count of enabled napi polls */
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/shared/msgq/inc/msgq/
Dmsgq_priv.h58 * this way, the GSP knows when a new command is in the queue (it polls
/linux-6.14.4/drivers/net/ethernet/intel/igc/
Digc_nvm.c12 * Polls the EEPROM status bit for either read or write completion based
/linux-6.14.4/arch/x86/kernel/cpu/mce/
Dthreshold.c42 * the worst (all recent polls of the bank found a valid error in mce_inherit_storm()
/linux-6.14.4/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-6.14.4/Documentation/sound/hd-audio/
Dcontrols.rst96 unsolicited event per jack plug. When this is on, the driver polls
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/
Ddm_helpers.h99 * Polls for ACT (allocation change trigger) handled and
/linux-6.14.4/Documentation/driver-api/thermal/
Dsysfs-api.rst88 number of milliseconds to wait between polls when performing passive
91 number of milliseconds to wait between polls when checking
/linux-6.14.4/sound/pci/mixart/
Dmixart_hwdep.h72 * the driver polls on this address, until it shows 1 (presence) or 2 (absence)
/linux-6.14.4/drivers/pps/clients/
Dpps_parport.c77 * number of polls is limited by clear_wait parameter which is in parport_irq()
/linux-6.14.4/drivers/net/ethernet/aquantia/atlantic/
Daq_ring.h105 u64 polls; member
/linux-6.14.4/include/linux/
Dmailbox_controller.h67 * @txpoll_period: If 'txdone_poll' is in effect, the API polls for

1234567