Lines Matching defs:gfp
394 gfp_t gfp)
404 gfp &= ~__GFP_HIGHMEM;
406 desc = kmalloc_array(total_sg, sizeof(struct vring_desc), gfp);
422 gfp_t gfp)
448 desc = alloc_indirect_split(_vq, total_sg, gfp);
963 gfp_t gfp)
972 gfp &= ~__GFP_HIGHMEM;
974 desc = kmalloc_array(total_sg, sizeof(struct vring_packed_desc), gfp);
985 gfp_t gfp)
994 desc = alloc_indirect_packed(total_sg, gfp);
1100 gfp_t gfp)
1126 in_sgs, data, gfp);
1712 gfp_t gfp)
1717 out_sgs, in_sgs, data, ctx, gfp) :
1719 out_sgs, in_sgs, data, ctx, gfp);
1729 * @gfp: how to do memory allocations (if necessary).
1741 gfp_t gfp)
1753 data, NULL, gfp);
1763 * @gfp: how to do memory allocations (if necessary).
1773 gfp_t gfp)
1775 return virtqueue_add(vq, &sg, num, 1, 0, data, NULL, gfp);
1785 * @gfp: how to do memory allocations (if necessary).
1795 gfp_t gfp)
1797 return virtqueue_add(vq, &sg, num, 0, 1, data, NULL, gfp);
1808 * @gfp: how to do memory allocations (if necessary).
1819 gfp_t gfp)
1821 return virtqueue_add(vq, &sg, num, 0, 1, data, ctx, gfp);