Home
last modified time | relevance | path

Searched refs:poll (Results 676 - 700 of 2303) sorted by relevance

1...<<21222324252627282930>>...93

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c234 if (head->poll) { in tomoyo_flush()
2178 * tomoyo_poll_query - poll() for /sys/kernel/security/tomoyo/query.
2435 head->poll = tomoyo_poll_log; in tomoyo_open_control()
2460 head->poll = tomoyo_poll_query; in tomoyo_open_control()
2476 head->poll = NULL; in tomoyo_open_control()
2477 } else if (!head->poll) { in tomoyo_open_control()
2478 /* Don't allocate read_buf for poll() access. */ in tomoyo_open_control()
2516 * tomoyo_poll_control - poll() for /sys/kernel/security/tomoyo/ interface.
2528 if (head->poll) in tomoyo_poll_control()
2529 return head->poll(fil in tomoyo_poll_control()
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c226 if (head->poll) { in tomoyo_flush()
2170 * tomoyo_poll_query - poll() for /sys/kernel/security/tomoyo/query.
2427 head->poll = tomoyo_poll_log; in tomoyo_open_control()
2452 head->poll = tomoyo_poll_query; in tomoyo_open_control()
2468 head->poll = NULL; in tomoyo_open_control()
2469 } else if (!head->poll) { in tomoyo_open_control()
2470 /* Don't allocate read_buf for poll() access. */ in tomoyo_open_control()
2508 * tomoyo_poll_control - poll() for /sys/kernel/security/tomoyo/ interface.
2520 if (head->poll) in tomoyo_poll_control()
2521 return head->poll(fil in tomoyo_poll_control()
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dsfp.c262 struct delayed_work poll; member
799 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_soft_start_poll()
2446 /* Force a poll to re-read the hardware signal state after in sfp_sm_module()
2449 mod_delayed_work(system_wq, &sfp->poll, 1); in sfp_sm_module()
2885 struct sfp *sfp = container_of(work, struct sfp, poll.work); in sfp_poll()
2893 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_poll()
2909 INIT_DELAYED_WORK(&sfp->poll, sfp_poll); in sfp_alloc()
2923 cancel_delayed_work_sync(&sfp->poll); in sfp_cleanup()
3064 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies); in sfp_probe()
3110 cancel_delayed_work_sync(&sfp->poll); in sfp_shutdown()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/init/linux/
H A Dhifb_init.c20 #include <linux/poll.h>
138 .poll = vsync_poll,
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
H A Dtcp_priv.h291 if ((pcb)->poll != NULL) { \
292 (ret) = (pcb)->poll((pcb)->callback_arg, (pcb)); \
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dtcp.h100 /** @brief Function prototype for TCP poll callback functions. Called periodically as
509 tcp_poll_fn poll; member
718 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c44 #include <linux/poll.h>
373 * @wait_queue: A wait queue for poll
384 * * The user will then poll the file descriptor for data
612 * reader_poll() - Handles a poll call on the reader file descriptor
613 * @file: The file that the poll was performed on
614 * @wait: The poll table
616 * The results of the poll will be unreliable if there is no mapped memory as
652 .owner = THIS_MODULE, .llseek = no_llseek, .read = reader_read, .poll = reader_poll, .release = reader_release};
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c44 #include <linux/poll.h>
374 * @wait_queue: A wait queue for poll
385 * * The user will then poll the file descriptor for data
616 * reader_poll() - Handles a poll call on the reader file descriptor
617 * @file: The file that the poll was performed on
618 * @wait: The poll table
620 * The results of the poll will be unreliable if there is no mapped memory as
657 .poll = reader_poll,
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dcm4040_cs.c7 * - add support for poll()
26 #include <linux/poll.h>
59 /* how often to poll for fifo status change */
105 /* poll the device fifo status register. not to be confused with
106 * the poll syscall. */
630 .poll = cm4040_poll,
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_vtpm_proxy.c21 #include <linux/poll.h>
167 * @wait: poll table
249 .poll = vtpm_proxy_fops_poll,
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dbt-bmc.c16 #include <linux/poll.h>
277 * poll in bt_bmc_write()
362 .poll = bt_bmc_poll,
H A Dkcs_bmc.c13 #include <linux/poll.h>
422 .poll = kcs_bmc_poll,
/kernel/linux/build/
H A Dkernel_build.py186 while proc.poll() is None:
187 for fd, event in poller.poll():
/kernel/linux/linux-5.10/crypto/
H A Dalgif_aead.c373 .poll = af_alg_poll,
464 .poll = af_alg_poll,
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dfile.c22 #include <poll.h>
687 ret = poll(pollfds, n, -1); in os_poll()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_dbg.c15 #include <linux/poll.h>
734 .poll = acpi_aml_poll,
/kernel/linux/linux-5.10/drivers/char/
H A Ddtlk.c11 * in dtlk_poll after every poll. dtlk_poll returns mask (duh).
66 #include <linux/poll.h> /* for EPOLLIN, etc. */
106 .poll = dtlk_poll,
H A Dapm-emulation.c15 #include <linux/poll.h>
383 .poll = apm_poll,
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Dsync_file.c12 #include <linux/poll.h>
482 .poll = sync_file_poll,
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtcp_mmap.c66 #include <poll.h>
186 poll(&pfd, 1, 10000); in child_thread()
/kernel/linux/linux-5.10/tools/virtio/
H A Dvirtio_test.c6 #include <poll.h>
155 * for the wait queue on poll and another one on read,
162 poll(dev->fds, dev->nvqs, -1); in wait_for_interrupt()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dtest_freezer.c10 #include <poll.h>
94 ret = poll(&fds, 1, 10000); in cg_wait_for()
99 debug("Error: poll() failed\n"); in cg_wait_for()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c18 #include <poll.h>
140 r = poll(pollfd, 2, -1); in uffd_handler_thread_fn()
143 pr_info("poll err"); in uffd_handler_thread_fn()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dfile.c22 #include <poll.h>
696 ret = poll(pollfds, n, -1); in os_poll()
/kernel/linux/linux-5.10/drivers/mailbox/
H A Dmailbox-test.c18 #include <linux/poll.h>
258 .poll = mbox_test_message_poll,

Completed in 29 milliseconds

1...<<21222324252627282930>>...93