Searched refs:poll_flags (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/io_uring/ |
H A D | rw.c | 1040 unsigned int poll_flags = 0; in io_do_iopoll() local 1049 poll_flags |= BLK_POLL_ONESHOT; in io_do_iopoll() 1069 poll_flags); in io_do_iopoll() 1073 ret = file->f_op->iopoll(&rw->kiocb, &iob, poll_flags); in io_do_iopoll() 1078 poll_flags |= BLK_POLL_ONESHOT; in io_do_iopoll()
|
/openbmc/linux/tools/testing/vsock/ |
H A D | vsock_test.c | 911 short poll_flags; in test_stream_poll_rcvlowat_client() local 930 poll_flags = POLLIN | POLLRDNORM; in test_stream_poll_rcvlowat_client() 931 fds.events = poll_flags; in test_stream_poll_rcvlowat_client() 956 if (fds.revents != poll_flags) { in test_stream_poll_rcvlowat_client()
|
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_core.h | 220 atomic_t poll_flags; member
|
H A D | vchiq_core.c | 652 value = atomic_read(&service->poll_flags); in request_poll() 653 } while (atomic_cmpxchg(&service->poll_flags, value, in request_poll() 1398 service_flags = atomic_xchg(&service->poll_flags, 0); in poll_services_of_group() 2400 atomic_set(&service->poll_flags, 0); in vchiq_add_service_internal()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | ioctl.c | 793 unsigned int poll_flags) in nvme_ns_chr_uring_cmd_iopoll() argument 803 ret = blk_rq_poll(req, iob, poll_flags); in nvme_ns_chr_uring_cmd_iopoll()
|
H A D | nvme.h | 913 struct io_comp_batch *iob, unsigned int poll_flags);
|
/openbmc/linux/include/linux/ |
H A D | blk-mq.h | 713 unsigned int poll_flags);
|
H A D | fs.h | 1956 unsigned int poll_flags);
|
/openbmc/linux/kernel/ |
H A D | fork.c | 2077 __poll_t poll_flags = 0; in pidfd_poll() local 2087 poll_flags = EPOLLIN | EPOLLRDNORM; in pidfd_poll() 2089 return poll_flags; in pidfd_poll()
|
/openbmc/linux/block/ |
H A D | blk-mq.c | 4977 unsigned int poll_flags) in blk_rq_poll() argument 4987 ret = blk_hctx_poll(q, rq->mq_hctx, iob, poll_flags); in blk_rq_poll()
|