Home
last modified time | relevance | path

Searched refs:polls (Results 1 – 24 of 24) sorted by relevance

/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/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/hwmon/
H A Draspberrypi-hwmon.rst17 This driver periodically polls a mailbox property of the VC4 firmware to detect
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/rockchip/
H A Drockchip_system_monitor.txt14 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
H A Dlapb-module.rst102 connected, it sends DM without polls set, every T1. The upper case constant
/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/Documentation/devicetree/bindings/thermal/
H A Dbrcm,sr-thermal.txt11 - polling-delay: Max number of milliseconds to wait between polls.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.h100 u64 polls; member
H A Daq_vec.c49 ring[AQ_VEC_RX_ID].stats.rx.polls++; in aq_vec_poll()
H A Daq_ring.c603 data[++count] = self->stats.rx.polls; in aq_ring_fill_stats_data()
/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/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/Documentation/sound/hd-audio/
H A Dcontrols.rst96 unsolicited event per jack plug. When this is on, the driver polls
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dhalt-polling.rst11 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions
/OK3568_Linux_fs/kernel/drivers/input/
H A DKconfig59 device that periodically polls hardware state. This
/OK3568_Linux_fs/kernel/Documentation/m68k/
H A Dbuddha-driver.rst115 polls two words out of the same address of IDE port since
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dasync-tx-api.rst128 it polls for the completion of the operation. It handles dependency
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dsysfs-api.rst94 number of milliseconds to wait between polls when
97 number of milliseconds to wait between polls when checking
/OK3568_Linux_fs/kernel/Documentation/ide/
H A DChangeLog.ide-cd.1994-2004247 * - Stop spewing errors to log when magicdev polls with
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dipmi.rst462 thread that constantly polls the IPMI driver while an IPMI operation
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkgdb.rst879 function which polls hardware for single character input.
/OK3568_Linux_fs/kernel/arch/arm/
H A DKconfig993 continuously polls a memory location waiting to observe an update.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog132037 WakeupHandler if it polls readable.