Searched refs:op_map (Results 1 – 2 of 2) sorted by relevance
399 struct drm_gpuva_op_map op_map = { in msm_gem_vma_new() local406 drm_gpuva_init_from_op(&vma->base, &op_map); in msm_gem_vma_new()
1851 static void encode_op_map(struct xdr_stream *xdr, const struct nfs4_op_map *op_map) in encode_op_map() argument1856 encode_uint32(xdr, op_map->u.words[i]); in encode_op_map()5768 static int decode_op_map(struct xdr_stream *xdr, struct nfs4_op_map *op_map) in decode_op_map() argument5770 if (xdr_stream_decode_uint32_array(xdr, op_map->u.words, in decode_op_map()5771 ARRAY_SIZE(op_map->u.words)) < 0) in decode_op_map()