Searched refs:gref_ids (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | gntalloc.c | 122 uint32_t *gref_ids, struct gntalloc_file_private_data *priv) in add_grefs() 152 gref_ids[i] = gref->gref_id = rc; in add_grefs() 277 uint32_t *gref_ids; in gntalloc_ioctl_alloc() local 286 gref_ids = kcalloc(op.count, sizeof(gref_ids[0]), GFP_KERNEL); in gntalloc_ioctl_alloc() 287 if (!gref_ids) { in gntalloc_ioctl_alloc() 308 rc = add_grefs(&op, gref_ids, priv); in gntalloc_ioctl_alloc() 323 if (copy_to_user(arg->gref_ids, gref_ids, in gntalloc_ioctl_alloc() 324 sizeof(gref_ids[ in gntalloc_ioctl_alloc() 121 add_grefs(struct ioctl_gntalloc_alloc_gref *op, uint32_t *gref_ids, struct gntalloc_file_private_data *priv) add_grefs() argument [all...] |
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | gntalloc.c | 122 uint32_t *gref_ids, struct gntalloc_file_private_data *priv) in add_grefs() 152 gref_ids[i] = gref->gref_id = rc; in add_grefs() 274 uint32_t *gref_ids; in gntalloc_ioctl_alloc() local 283 gref_ids = kcalloc(op.count, sizeof(gref_ids[0]), GFP_KERNEL); in gntalloc_ioctl_alloc() 284 if (!gref_ids) { in gntalloc_ioctl_alloc() 305 rc = add_grefs(&op, gref_ids, priv); in gntalloc_ioctl_alloc() 320 if (copy_to_user(arg->gref_ids, gref_ids, in gntalloc_ioctl_alloc() 321 sizeof(gref_ids[ in gntalloc_ioctl_alloc() 121 add_grefs(struct ioctl_gntalloc_alloc_gref *op, uint32_t *gref_ids, struct gntalloc_file_private_data *priv) add_grefs() argument [all...] |
/kernel/linux/linux-5.10/include/uapi/xen/ |
H A D | gntalloc.h | 34 __u32 gref_ids[1]; member
|
/kernel/linux/linux-6.6/include/uapi/xen/ |
H A D | gntalloc.h | 34 __u32 gref_ids[1]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/xen/ |
H A D | gntalloc.h | 28 __u32 gref_ids[1]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/xen/ |
H A D | gntalloc.h | 28 __u32 gref_ids[1]; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/xen/ |
H A D | gntalloc.h | 24 __u32 gref_ids[1]; member
|
Completed in 5 milliseconds