Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/sunrpc/
Dsvc.h66 struct svc_serv { struct
67 struct svc_program * sv_program; /* RPC program */
68 struct svc_stat * sv_stats; /* RPC statistics */
69 spinlock_t sv_lock;
70 struct kref sv_refcnt;
71 unsigned int sv_nrthreads; /* # of server threads */
72 unsigned int sv_maxconn; /* max connections allowed or
76 unsigned int sv_max_payload; /* datagram payload size */
77 unsigned int sv_max_mesg; /* max_payload + 1 page for overheads */
78 unsigned int sv_xdrsize; /* XDR buffer size */
[all …]
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvc.h83 struct svc_serv { struct
104 const struct svc_serv_ops *sv_ops; /* server operations */ argument
122 static inline void svc_get(struct svc_serv *serv) in svc_get() argument