Home
last modified time | relevance | path

Searched defs:svc_procedure (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h50272 struct svc_procedure { struct
50273 __be32 (*pc_func)(struct svc_rqst *);
50274 int (*pc_decode)(struct svc_rqst *, __be32 *);
50275 int (*pc_encode)(struct svc_rqst *, __be32 *);
50276 void (*pc_release)(struct svc_rqst *);
50277 unsigned int pc_argsize;
50278 unsigned int pc_ressize;
50279 unsigned int pc_cachetype;
50280 unsigned int pc_xdrressize;
Dvmlinux.h50272 struct svc_procedure { struct
50273 __be32 (*pc_func)(struct svc_rqst *);
50274 int (*pc_decode)(struct svc_rqst *, __be32 *);
50275 int (*pc_encode)(struct svc_rqst *, __be32 *);
50276 void (*pc_release)(struct svc_rqst *);
50277 unsigned int pc_argsize;
50278 unsigned int pc_ressize;
50279 unsigned int pc_cachetype;
50280 unsigned int pc_xdrressize;