OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:svc_rqst
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/common/linux/sunrpc/
svc.h
49
struct
svc_rqst
{
struct
120
int (*pg_authenticate)(struct
svc_rqst
*);
129
int (*vs_dispatch)(struct
svc_rqst
*, u32 *);
131
typedef int (*svc_procfunc)(struct
svc_rqst
*, void *argp, void *resp);
146
typedef void (*svc_thread_fn)(struct
svc_rqst
*);
/external/kernel-headers/original/linux/sunrpc/
svc.h
111
struct
svc_rqst
{
struct
172
xdr_argsize_check(struct
svc_rqst
*rqstp, u32 *p)
181
xdr_ressize_check(struct
svc_rqst
*rqstp, u32 *p)
192
svc_take_res_page(struct
svc_rqst
*rqstp)
202
static inline void svc_take_page(struct
svc_rqst
*rqstp)
214
static inline void svc_pushback_allpages(struct
svc_rqst
*rqstp)
225
static inline void svc_pushback_unused_pages(struct
svc_rqst
*rqstp)
238
static inline void svc_free_allpages(struct
svc_rqst
*rqstp)
271
int (*pg_authenticate)(struct
svc_rqst
*);
287
int (*vs_dispatch)(struct
svc_rqst
*, u32 *)
[
all
...]
Completed in 660 milliseconds