Home
last modified time | relevance | path

Searched refs:op_map (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_uvmm.c771 op_map(struct nouveau_uvma *uvma) in op_map() function
828 op_map(new->map); in nouveau_uvmm_sm()
/linux-6.6.21/fs/nfs/
Dnfs4xdr.c1798 static void encode_op_map(struct xdr_stream *xdr, const struct nfs4_op_map *op_map) in encode_op_map() argument
1803 encode_uint32(xdr, op_map->u.words[i]); in encode_op_map()
5632 static int decode_op_map(struct xdr_stream *xdr, struct nfs4_op_map *op_map) in decode_op_map() argument
5634 if (xdr_stream_decode_uint32_array(xdr, op_map->u.words, in decode_op_map()
5635 ARRAY_SIZE(op_map->u.words)) < 0) in decode_op_map()