Home
last modified time | relevance | path

Searched refs:poll_flags (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/tools/testing/vsock/
Dvsock_test.c636 short poll_flags; in test_stream_poll_rcvlowat_client() local
655 poll_flags = POLLIN | POLLRDNORM; in test_stream_poll_rcvlowat_client()
656 fds.events = poll_flags; in test_stream_poll_rcvlowat_client()
681 if (fds.revents != poll_flags) { in test_stream_poll_rcvlowat_client()
/Linux-v6.1/io_uring/
Drw.c995 unsigned int poll_flags = BLK_POLL_NOSLEEP; in io_do_iopoll() local
1004 poll_flags |= BLK_POLL_ONESHOT; in io_do_iopoll()
1024 poll_flags); in io_do_iopoll()
1028 ret = file->f_op->iopoll(&rw->kiocb, &iob, poll_flags); in io_do_iopoll()
1033 poll_flags |= BLK_POLL_ONESHOT; in io_do_iopoll()
/Linux-v6.1/drivers/nvme/host/
Dioctl.c700 unsigned int poll_flags) in nvme_ns_chr_uring_cmd_iopoll() argument
713 ret = bio_poll(bio, iob, poll_flags); in nvme_ns_chr_uring_cmd_iopoll()
801 unsigned int poll_flags) in nvme_ns_head_chr_uring_cmd_iopoll() argument
817 ret = bio_poll(bio, iob, poll_flags); in nvme_ns_head_chr_uring_cmd_iopoll()
Dnvme.h847 struct io_comp_batch *iob, unsigned int poll_flags);
849 struct io_comp_batch *iob, unsigned int poll_flags);
/Linux-v6.1/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.h202 atomic_t poll_flags; member
Dvchiq_core.c642 value = atomic_read(&service->poll_flags); in request_poll()
643 } while (atomic_cmpxchg(&service->poll_flags, value, in request_poll()
1388 service_flags = atomic_xchg(&service->poll_flags, 0); in poll_services_of_group()
2391 atomic_set(&service->poll_flags, 0); in vchiq_add_service_internal()
/Linux-v6.1/kernel/
Dfork.c1911 __poll_t poll_flags = 0; in pidfd_poll() local
1921 poll_flags = EPOLLIN | EPOLLRDNORM; in pidfd_poll()
1923 return poll_flags; in pidfd_poll()
/Linux-v6.1/include/linux/
Dfs.h2146 unsigned int poll_flags);