Searched refs:queue_read (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/tools/io_uring/ |
D | io_uring-cp.c | 84 static int queue_read(struct io_uring *ring, off_t size, off_t offset) in queue_read() function 151 if (queue_read(ring, this_size, offset)) in copy_file()
|
/Linux-v5.4/drivers/iommu/ |
D | arm-smmu-v3.c | 816 static void queue_read(__le64 *dst, u64 *src, size_t n_dwords) in queue_read() function 829 queue_read(ent, Q_ENT(q, q->llq.cons), q->ent_dwords); in queue_remove_raw() 979 queue_read(cmd, Q_ENT(q, cons), q->ent_dwords); in arm_smmu_cmdq_skip_err()
|