Lines Matching defs:count
27 int count = mc_dev->obj_desc.region_count;
30 vdev->regions = kcalloc(count, sizeof(struct vfio_fsl_mc_region),
35 for (i = 0; i < count; i++) {
180 minsz = offsetofend(struct vfio_irq_info, count);
191 info.count = 1;
204 minsz = offsetofend(struct vfio_irq_set, count);
224 hdr.count, data);
241 size_t count, loff_t *ppos)
266 if (count != 64 || off != 0)
275 return count;
319 const char __user *buf, size_t count,
345 if (count != 64 || off != 0)
355 return count;