Home
last modified time | relevance | path

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

12345678910>>...13

/kernel/linux/linux-5.10/arch/um/os-Linux/
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()
/kernel/linux/linux-6.6/arch/um/os-Linux/
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()
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/Documentation/hwmon/
Draspberrypi-hwmon.rst17 This driver periodically polls a mailbox property of the VC4 firmware to detect
/kernel/linux/linux-6.6/Documentation/hwmon/
Draspberrypi-hwmon.rst17 This driver periodically polls a mailbox property of the VC4 firmware to detect
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mailbox/
Damlogic,meson-gxbb-mhu.yaml18 data has been read by the remote. This driver assumes the sender polls
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mailbox/
Damlogic,meson-gxbb-mhu.yaml18 data has been read by the remote. This driver assumes the sender polls
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/linux/
Dinput-polldev.h19 * @poll: driver-supplied method that polls the device and posts
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Ddebugfs-cros-ec6 can be used to grab the EC logs. The kernel polls for the log
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
Dmptcp_connect.c704 struct pollfd polls; in main_loop_s() local
708 polls.fd = listensock; in main_loop_s()
709 polls.events = POLLIN; in main_loop_s()
711 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
/kernel/linux/linux-6.6/Documentation/i2c/
Di2c-stub.rst62 If your target driver polls some byte or word waiting for it to change, the
/kernel/linux/linux-5.10/Documentation/i2c/
Di2c-stub.rst62 If your target driver polls some byte or word waiting for it to change, the
/kernel/linux/linux-6.6/drivers/ptp/
Dptp_idt82p33.h90 /* Polls for external time stamps */
Dptp_clockmatrix.h119 /* Polls for external time stamps */
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Ddebugfs-cros-ec6 can be used to grab the EC logs. The kernel polls for the log
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
Dnetdev.h58 /* count of enabled napi polls */
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dnetdev.h57 /* count of enabled napi polls */
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
Ddm_helpers.h98 * Polls for ACT (allocation change trigger) handled and

12345678910>>...13