Searched refs:poll_flags (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/io_uring/ |
| H A D | rw.c | 1235 unsigned int poll_flags) in io_uring_classic_poll() argument 1243 return file->f_op->uring_cmd_iopoll(ioucmd, iob, poll_flags); in io_uring_classic_poll() 1247 return file->f_op->iopoll(&rw->kiocb, iob, poll_flags); in io_uring_classic_poll() 1286 struct io_comp_batch *iob, unsigned int poll_flags) in io_uring_hybrid_poll() argument 1293 ret = io_uring_classic_poll(req, iob, poll_flags); in io_uring_hybrid_poll() 1309 unsigned int poll_flags = 0; in io_do_iopoll() local 1318 poll_flags |= BLK_POLL_ONESHOT; in io_do_iopoll() 1333 ret = io_uring_hybrid_poll(req, &iob, poll_flags); in io_do_iopoll() 1335 ret = io_uring_classic_poll(req, &iob, poll_flags); in io_do_iopoll() 1340 poll_flags |= BLK_POLL_ONESHOT; in io_do_iopoll()
|
| /linux-6.15/fs/ |
| H A D | pidfs.c | 214 __poll_t poll_flags = 0; in pidfd_poll() local 226 poll_flags = EPOLLIN | EPOLLRDNORM | EPOLLHUP; in pidfd_poll() 228 poll_flags = EPOLLIN | EPOLLRDNORM; in pidfd_poll() 230 return poll_flags; in pidfd_poll()
|
| /linux-6.15/tools/testing/vsock/ |
| H A D | vsock_test.c | 833 short poll_flags; in test_stream_poll_rcvlowat_client() local 849 poll_flags = POLLIN | POLLRDNORM; in test_stream_poll_rcvlowat_client() 850 fds.events = poll_flags; in test_stream_poll_rcvlowat_client() 875 if (fds.revents != poll_flags) { in test_stream_poll_rcvlowat_client()
|
| /linux-6.15/drivers/staging/vc04_services/interface/vchiq_arm/ |
| H A D | vchiq_core.h | 189 atomic_t poll_flags; member
|
| H A D | vchiq_core.c | 677 value = atomic_read(&service->poll_flags); in request_poll() 678 } while (atomic_cmpxchg(&service->poll_flags, value, in request_poll() 1420 service_flags = atomic_xchg(&service->poll_flags, 0); in poll_services_of_group() 2743 atomic_set(&service->poll_flags, 0); in vchiq_add_service_internal()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | ioctl.c | 684 unsigned int poll_flags) in nvme_ns_chr_uring_cmd_iopoll() argument 690 return blk_rq_poll(req, iob, poll_flags); in nvme_ns_chr_uring_cmd_iopoll()
|
| H A D | nvme.h | 927 struct io_comp_batch *iob, unsigned int poll_flags);
|
| /linux-6.15/include/linux/ |
| H A D | blk-mq.h | 725 unsigned int poll_flags);
|
| H A D | fs.h | 2171 unsigned int poll_flags);
|
| /linux-6.15/block/ |
| H A D | blk-mq.c | 5124 unsigned int poll_flags) in blk_rq_poll() argument 5134 ret = blk_hctx_poll(q, rq->mq_hctx, iob, poll_flags); in blk_rq_poll()
|