Searched refs:poll_flags (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/io_uring/ |
D | rw.c | 994 unsigned int poll_flags = 0; in io_do_iopoll() local 1003 poll_flags |= BLK_POLL_ONESHOT; in io_do_iopoll() 1023 poll_flags); in io_do_iopoll() 1027 ret = file->f_op->iopoll(&rw->kiocb, &iob, poll_flags); in io_do_iopoll() 1032 poll_flags |= BLK_POLL_ONESHOT; in io_do_iopoll()
|
/Linux-v6.6/tools/testing/vsock/ |
D | vsock_test.c | 904 short poll_flags; in test_stream_poll_rcvlowat_client() local 923 poll_flags = POLLIN | POLLRDNORM; in test_stream_poll_rcvlowat_client() 924 fds.events = poll_flags; in test_stream_poll_rcvlowat_client() 949 if (fds.revents != poll_flags) { in test_stream_poll_rcvlowat_client()
|
/Linux-v6.6/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.h | 220 atomic_t poll_flags; member
|
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()
|
/Linux-v6.6/drivers/nvme/host/ |
D | ioctl.c | 784 unsigned int poll_flags) in nvme_ns_chr_uring_cmd_iopoll() argument 794 ret = blk_rq_poll(req, iob, poll_flags); in nvme_ns_chr_uring_cmd_iopoll()
|
D | nvme.h | 859 struct io_comp_batch *iob, unsigned int poll_flags);
|
/Linux-v6.6/include/linux/ |
D | blk-mq.h | 713 unsigned int poll_flags);
|
D | fs.h | 1894 unsigned int poll_flags);
|
/Linux-v6.6/kernel/ |
D | fork.c | 2078 __poll_t poll_flags = 0; in pidfd_poll() local 2088 poll_flags = EPOLLIN | EPOLLRDNORM; in pidfd_poll() 2090 return poll_flags; in pidfd_poll()
|
/Linux-v6.6/block/ |
D | blk-mq.c | 4831 unsigned int poll_flags) in blk_rq_poll() argument 4841 ret = blk_hctx_poll(q, rq->mq_hctx, iob, poll_flags); in blk_rq_poll()
|