Home
last modified time | relevance | path

Searched refs:poll (Results 351 - 375 of 1773) sorted by relevance

1...<<11121314151617181920>>...71

/kernel/linux/linux-6.6/include/linux/
H A Dipmi_smi.h208 * Called to poll for work to do. This is so upper layers can
209 * poll for operations during things like crash dumps.
211 void (*poll)(void *send_info); member
H A Drfkill.h46 * @poll: poll the rfkill block state(s) -- only assign this method
62 void (*poll)(struct rfkill *rfkill, void *data); member
H A Dtty_ldisc.h146 * @poll: [TTY] ``int ()(struct tty_struct *tty, struct file *file,
149 * This function is called when a user attempts to select/poll on a @tty
151 * handle poll requests.
250 __poll_t (*poll)(struct tty_struct *tty, struct file *file, member
/kernel/linux/linux-6.6/include/net/iucv/
H A Daf_iucv.h16 #include <linux/poll.h>
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_vblank.h29 #include <linux/poll.h>
/kernel/linux/linux-6.6/drivers/staging/octeon/
H A Dethernet-rgmii.c152 priv->poll = cvm_oct_check_preamble_errors; in cvm_oct_rgmii_open()
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dhdlc_raw_eth.c19 #include <linux/poll.h>
H A Dhdlc_raw.c17 #include <linux/poll.h>
/kernel/linux/linux-6.6/arch/x86/um/
H A Duser-offsets.c5 #include <poll.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.c31 #include <linux/poll.h>
/kernel/linux/linux-6.6/tools/gpio/
H A Dgpio-hammer.c18 #include <poll.h>
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dmemslot_modification_stress_test.c18 #include <poll.h>
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-common.h20 #include <poll.h>
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Daudit_logread.c6 #include <poll.h>
/kernel/liteos_m/components/net/test/
H A Dnet_socket_test_010.c75 ret = poll(client, 1, TIME_OUT); in SampleTcpServer()
77 LogPrintln("poll error"); in SampleTcpServer()
80 LogPrintln("poll timeout"); in SampleTcpServer()
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_net_container_006.cpp34 #include <poll.h>
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dpsock_tpacket.c45 #include <poll.h>
265 poll(&pfd, 1, 1); in walk_v1_v2_rx()
468 poll(&pfd, 1, 1); in walk_tx()
603 poll(&pfd, 1, 1); in walk_v3_rx()
H A Dudpgso_bench_tx.c15 #include <poll.h>
24 #include <sys/poll.h>
247 ret = poll(&fds, 1, poll_timeout); in flush_errqueue()
250 fprintf(stderr, "poll timeout\n"); in flush_errqueue()
252 error(1, errno, "poll"); in flush_errqueue()
/kernel/linux/linux-5.10/fs/debugfs/
H A Dfile.c22 #include <linux/poll.h>
264 r = real_fops->poll(filp, wait); in full_proxy_poll()
301 if (real_fops->poll) in __full_proxy_fops_init()
302 proxy_fops->poll = full_proxy_poll; in __full_proxy_fops_init()
/kernel/linux/linux-6.6/fs/debugfs/
H A Dfile.c22 #include <linux/poll.h>
264 r = real_fops->poll(filp, wait); in full_proxy_poll()
301 if (real_fops->poll) in __full_proxy_fops_init()
302 proxy_fops->poll = full_proxy_poll; in __full_proxy_fops_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_probe_helper.c67 module_param_named(poll, drm_kms_helper_poll, bool, 0600);
243 bool poll = false; in drm_kms_helper_enable_hpd() local
257 poll = true; in drm_kms_helper_enable_hpd()
261 return poll; in drm_kms_helper_enable_hpd()
277 * drm_helper_probe_single_connector_modes() in case the poll in reschedule_output_poll_work()
597 * Normally either the driver's hpd code or the poll loop should in drm_helper_probe_single_connector_modes()
612 * locks. Fire up the poll struct instead, it will in drm_helper_probe_single_connector_modes()
622 /* Re-enable polling in case the global poll config changed. */ in drm_helper_probe_single_connector_modes()
786 /* if we are connected and don't want to poll for disconnect in output_poll_execute()
800 * The poll wor in output_poll_execute()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dpsock_tpacket.c45 #include <poll.h>
265 poll(&pfd, 1, 1); in walk_v1_v2_rx()
468 poll(&pfd, 1, 1); in walk_tx()
603 poll(&pfd, 1, 1); in walk_v3_rx()
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c17 #include <sys/poll.h>
66 fprintf(stderr, "\t-t num -- set poll timeout to num\n"); in die_usage()
71 fprintf(stderr, "\t-m [poll|mmap|sendfile] -- use poll(default)/mmap+write/sendfile\n"); in die_usage()
358 switch (poll(&fds, 1, poll_timeout)) { in copyfd_io_poll()
362 perror("poll"); in copyfd_io_poll()
365 fprintf(stderr, "%s: poll timed out (events: " in copyfd_io_poll()
711 switch (poll(&polls, 1, poll_timeout)) { in main_loop_s()
713 perror("poll"); in main_loop_s()
783 if (!strcasecmp(mode, "poll")) in parse_mode()
[all...]
/kernel/linux/linux-5.10/drivers/media/cec/core/
H A Dcec-api.c35 struct poll_table_struct *poll) in cec_poll()
41 poll_wait(filp, &fh->wait, poll); in cec_poll()
705 .poll = cec_poll,
34 cec_poll(struct file *filp, struct poll_table_struct *poll) cec_poll() argument
/kernel/linux/linux-5.10/net/phonet/
H A Dsocket.c16 #include <linux/poll.h>
438 .poll = datagram_poll,
457 .poll = pn_socket_poll,

Completed in 17 milliseconds

1...<<11121314151617181920>>...71