Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A 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
H A Dbrcm,sr-thermal.txt11 - polling-delay: Max number of milliseconds to wait between polls.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Draspberrypi-hwmon.rst17 This driver periodically polls a mailbox property of the VC4 firmware to detect
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c703 struct pollfd polls; in main_loop_s() local
707 polls.fd = listensock; in main_loop_s()
708 polls.events = POLLIN; in main_loop_s()
710 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mailbox/
H A Damlogic,meson-gxbb-mhu.yaml18 data has been read by the remote. This driver assumes the sender polls
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/rockchip/
H A Drockchip_system_monitor.txt14 between polls.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dupdate-config.patch31 # How often in seconds pppoe-start polls to check if link is up
/OK3568_Linux_fs/kernel/include/linux/
H A Dinput-polldev.h19 * @poll: driver-supplied method that polls the device and posts
H A Dthermal.h125 * @passive_delay: number of milliseconds to wait between polls when
127 * @polling_delay: number of milliseconds to wait between polls when
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddebugfs-cros-ec6 can be used to grab the EC logs. The kernel polls for the log
/OK3568_Linux_fs/u-boot/include/
H A Dwait_bit.h21 * Function polls register waiting for specific bit(s) change
/OK3568_Linux_fs/u-boot/doc/
H A Dkwboot.120 Following power-up or a system reset, system BootROM code polls the
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Di2c-stub.rst62 If your target driver polls some byte or word waiting for it to change, the
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dhnd_cons.h78 * Output will be lost if the output wraps around faster than the host polls.
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinblock.c49 queue, make sure select() just polls rather than blocking. in winBlockHandler()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dhnd_cons.h78 * Output will be lost if the output wraps around faster than the host polls.
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dhnd_cons.h78 * Output will be lost if the output wraps around faster than the host polls.
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dhnd_cons.h73 * Output will be lost if the output wraps around faster than the host polls.
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dnetdev.h57 /* count of enabled napi polls */
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dhnd_cons.h86 * Output will be lost if the output wraps around faster than the host polls.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddm_helpers.h98 * Polls for ACT (allocation change trigger) handled and
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dhnd_cons.h86 * Output will be lost if the output wraps around faster than the host polls.

12345678