Home
last modified time | relevance | path

Searched refs:svc_pool (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvc.h41 struct svc_pool { struct
67 int (*svo_setup)(struct svc_serv *, struct svc_pool *, int); argument
103 struct svc_pool * sv_pools; /* array of thread pools */
241 struct svc_pool * rq_pool; /* thread pool */
498 struct svc_pool *pool, int node);
500 struct svc_pool *pool, int node);
507 int svc_set_num_threads(struct svc_serv *, struct svc_pool *, int);
508 int svc_set_num_threads_sync(struct svc_serv *, struct svc_pool *, int);
520 struct svc_pool * svc_pool_for_cpu(struct svc_serv *serv, int cpu);
/kernel/linux/linux-5.10/net/sunrpc/
Dsvc.c335 struct svc_pool *
466 kcalloc(serv->sv_nrpools, sizeof(struct svc_pool), in __svc_create()
474 struct svc_pool *pool = &serv->sv_pools[i]; in __svc_create()
604 svc_rqst_alloc(struct svc_serv *serv, struct svc_pool *pool, int node) in svc_rqst_alloc()
636 svc_prepare_thread(struct svc_serv *serv, struct svc_pool *pool, int node) in svc_prepare_thread()
656 static inline struct svc_pool *
657 choose_pool(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) in choose_pool()
669 choose_victim(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) in choose_victim()
708 svc_start_kthreads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_start_kthreads()
712 struct svc_pool *chosen_pool; in svc_start_kthreads()
[all …]
Dsvc_xprt.c410 struct svc_pool *pool; in svc_xprt_do_enqueue()
470 static struct svc_xprt *svc_xprt_dequeue(struct svc_pool *pool) in svc_xprt_dequeue()
554 struct svc_pool *pool; in svc_wake_up()
689 struct svc_pool *pool = rqstp->rq_pool; in rqst_should_sleep()
712 struct svc_pool *pool = rqstp->rq_pool; in svc_get_next_xprt()
1079 struct svc_pool *pool; in svc_dequeue_net()
1376 struct svc_pool *pool = p; in svc_pool_stats_next()
1400 struct svc_pool *pool = p; in svc_pool_stats_show()