svc_servRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: ✅struct svc_serv {
struct svc_program *sv_program;
struct svc_stat *sv_stats;
spinlock_t sv_lock;
unsigned int sv_nrthreads;
unsigned int sv_maxconn;
unsigned int sv_max_payload;
unsigned int sv_max_mesg;
unsigned int sv_xdrsize;
struct list_head sv_permsocks;
struct list_head sv_tempsocks;
int sv_tmpcnt;
struct timer_list sv_temptimer;
char *sv_name;
unsigned int sv_nrpools;
struct svc_pool *sv_pools;
const struct svc_serv_ops *sv_ops;
struct list_head sv_cb_list;
spinlock_t sv_cb_lock;
wait_queue_head_t sv_cb_waitq;
bool sv_bc_enabled;
};
5.19: ✅struct svc_serv {
struct svc_program *sv_program;
struct svc_stat *sv_stats;
spinlock_t sv_lock;
struct kref sv_refcnt;
unsigned int sv_nrthreads;
unsigned int sv_maxconn;
unsigned int sv_max_payload;
unsigned int sv_max_mesg;
unsigned int sv_xdrsize;
struct list_head sv_permsocks;
struct list_head sv_tempsocks;
int sv_tmpcnt;
struct timer_list sv_temptimer;
char *sv_name;
unsigned int sv_nrpools;
struct svc_pool *sv_pools;
int (*sv_threadfn)(void *);
struct list_head sv_cb_list;
spinlock_t sv_cb_lock;
wait_queue_head_t sv_cb_waitq;
bool sv_bc_enabled;
};
6.2: ✅struct svc_serv {
struct svc_program *sv_program;
struct svc_stat *sv_stats;
spinlock_t sv_lock;
struct kref sv_refcnt;
unsigned int sv_nrthreads;
unsigned int sv_maxconn;
unsigned int sv_max_payload;
unsigned int sv_max_mesg;
unsigned int sv_xdrsize;
struct list_head sv_permsocks;
struct list_head sv_tempsocks;
int sv_tmpcnt;
struct timer_list sv_temptimer;
char *sv_name;
unsigned int sv_nrpools;
struct svc_pool *sv_pools;
int (*sv_threadfn)(void *);
struct list_head sv_cb_list;
spinlock_t sv_cb_lock;
wait_queue_head_t sv_cb_waitq;
bool sv_bc_enabled;
};
6.5: ✅struct svc_serv {
struct svc_program *sv_program;
struct svc_stat *sv_stats;
spinlock_t sv_lock;
struct kref sv_refcnt;
unsigned int sv_nrthreads;
unsigned int sv_maxconn;
unsigned int sv_max_payload;
unsigned int sv_max_mesg;
unsigned int sv_xdrsize;
struct list_head sv_permsocks;
struct list_head sv_tempsocks;
int sv_tmpcnt;
struct timer_list sv_temptimer;
char *sv_name;
unsigned int sv_nrpools;
struct svc_pool *sv_pools;
int (*sv_threadfn)(void *);
struct list_head sv_cb_list;
spinlock_t sv_cb_lock;
wait_queue_head_t sv_cb_waitq;
bool sv_bc_enabled;
};
6.8: ✅struct svc_serv {
struct svc_program *sv_program;
struct svc_stat *sv_stats;
spinlock_t sv_lock;
unsigned int sv_nrthreads;
unsigned int sv_maxconn;
unsigned int sv_max_payload;
unsigned int sv_max_mesg;
unsigned int sv_xdrsize;
struct list_head sv_permsocks;
struct list_head sv_tempsocks;
int sv_tmpcnt;
struct timer_list sv_temptimer;
char *sv_name;
unsigned int sv_nrpools;
struct svc_pool *sv_pools;
int (*sv_threadfn)(void *);
struct lwq sv_cb_list;
bool sv_bc_enabled;
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.15 and 5.19 ⚠️struct kref sv_refcnt
int (*sv_threadfn)(void *)
const struct svc_serv_ops *sv_ops
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ⚠️struct kref sv_refcnt
spinlock_t sv_cb_lock
wait_queue_head_t sv_cb_waitq
struct list_head sv_cb_list ➡️ struct lwq sv_cb_list