Searched refs:poll_flags (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/
H A Dpidfs.c94 __poll_t poll_flags = 0; local
104 poll_flags = EPOLLIN | EPOLLRDNORM | EPOLLHUP;
106 poll_flags = EPOLLIN | EPOLLRDNORM;
108 return poll_flags;
/linux-master/io_uring/
H A Drw.c1134 unsigned int poll_flags = 0; local
1143 poll_flags |= BLK_POLL_ONESHOT;
1163 poll_flags);
1167 ret = file->f_op->iopoll(&rw->kiocb, &iob, poll_flags);
1172 poll_flags |= BLK_POLL_ONESHOT;
/linux-master/tools/testing/vsock/
H A Dvsock_test.c839 short poll_flags; local
858 poll_flags = POLLIN | POLLRDNORM;
859 fds.events = poll_flags;
884 if (fds.revents != poll_flags) {
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h183 atomic_t poll_flags; member in struct:vchiq_service
H A Dvchiq_core.c638 value = atomic_read(&service->poll_flags);
639 } while (atomic_cmpxchg(&service->poll_flags, value,
1374 service_flags = atomic_xchg(&service->poll_flags, 0);
2358 atomic_set(&service->poll_flags, 0);
/linux-master/drivers/nvme/host/
H A Dioctl.c653 unsigned int poll_flags)
659 return blk_rq_poll(req, iob, poll_flags);
651 nvme_ns_chr_uring_cmd_iopoll(struct io_uring_cmd *ioucmd, struct io_comp_batch *iob, unsigned int poll_flags) argument
H A Dnvme.h913 struct io_comp_batch *iob, unsigned int poll_flags);
/linux-master/include/linux/
H A Dblk-mq.h712 unsigned int poll_flags);
H A Dfs.h2048 unsigned int poll_flags);
/linux-master/block/
H A Dblk-mq.c4833 unsigned int poll_flags)
4843 ret = blk_hctx_poll(q, rq->mq_hctx, iob, poll_flags);
4832 blk_rq_poll(struct request *rq, struct io_comp_batch *iob, unsigned int poll_flags) argument

Completed in 202 milliseconds