Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
A Dsvc.h42 struct svc_pool { struct
68 int (*svo_setup)(struct svc_serv *, struct svc_pool *, int); argument
104 struct svc_pool * sv_pools; /* array of thread pools */
242 struct svc_pool * rq_pool; /* thread pool */
503 struct svc_pool *pool, int node);
505 struct svc_pool *pool, int node);
514 int svc_set_num_threads(struct svc_serv *, struct svc_pool *, int);
515 int svc_set_num_threads_sync(struct svc_serv *, struct svc_pool *, int);
527 struct svc_pool * svc_pool_for_cpu(struct svc_serv *serv, int cpu);
/linux/net/sunrpc/
A Dsvc.c337 struct svc_pool *
468 kcalloc(serv->sv_nrpools, sizeof(struct svc_pool), in __svc_create()
476 struct svc_pool *pool = &serv->sv_pools[i]; in __svc_create()
606 svc_rqst_alloc(struct svc_serv *serv, struct svc_pool *pool, int node) in svc_rqst_alloc()
642 svc_prepare_thread(struct svc_serv *serv, struct svc_pool *pool, int node) in svc_prepare_thread()
662 static inline struct svc_pool *
663 choose_pool(struct svc_serv *serv, struct svc_pool *pool, unsigned int *state) in choose_pool()
714 svc_start_kthreads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_start_kthreads()
718 struct svc_pool *chosen_pool; in svc_start_kthreads()
807 svc_stop_kthreads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_stop_kthreads()
[all …]
A Dsvc_xprt.c429 struct svc_pool *pool; in svc_xprt_do_enqueue()
489 static struct svc_xprt *svc_xprt_dequeue(struct svc_pool *pool) in svc_xprt_dequeue()
574 struct svc_pool *pool; in svc_wake_up()
711 struct svc_pool *pool = rqstp->rq_pool; in rqst_should_sleep()
734 struct svc_pool *pool = rqstp->rq_pool; in svc_get_next_xprt()
1100 struct svc_pool *pool; in svc_dequeue_net()
1398 struct svc_pool *pool = p; in svc_pool_stats_next()
1422 struct svc_pool *pool = p; in svc_pool_stats_show()

Completed in 11 milliseconds