Searched refs:sv_xdrsize (Results 1 – 2 of 2) sorted by relevance
94 unsigned int sv_xdrsize; /* XDR buffer size */ member
456 serv->sv_xdrsize = xdrsize; in __svc_create()617 rqstp->rq_argp = kmalloc_node(serv->sv_xdrsize, GFP_KERNEL, node); in svc_rqst_alloc()621 rqstp->rq_resp = kmalloc_node(serv->sv_xdrsize, GFP_KERNEL, node); in svc_rqst_alloc()