Searched refs:svc_pool (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | svc.h | 34 struct svc_pool { struct 83 struct svc_pool * sv_pools; /* array of thread pools */ 209 struct svc_pool * rq_pool; /* thread pool */ 424 struct svc_pool *pool, int node); 431 int svc_set_num_threads(struct svc_serv *, struct svc_pool *, int); 441 struct svc_pool *svc_pool_for_cpu(struct svc_serv *serv);
|
/linux-6.3-rc2/net/sunrpc/ |
A D | svc.c | 370 struct svc_pool *svc_pool_for_cpu(struct svc_serv *serv) in svc_pool_for_cpu() 498 kcalloc(serv->sv_nrpools, sizeof(struct svc_pool), in __svc_create() 506 struct svc_pool *pool = &serv->sv_pools[i]; in __svc_create() 589 struct svc_pool *pool = &serv->sv_pools[i]; in svc_destroy() 644 svc_rqst_alloc(struct svc_serv *serv, struct svc_pool *pool, int node) in svc_rqst_alloc() 679 svc_prepare_thread(struct svc_serv *serv, struct svc_pool *pool, int node) in svc_prepare_thread() 702 static inline struct svc_pool * 754 svc_start_kthreads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_start_kthreads() 758 struct svc_pool *chosen_pool; in svc_start_kthreads() 799 svc_stop_kthreads(struct svc_serv *serv, struct svc_pool *pool, int nrservs) in svc_stop_kthreads() [all …]
|
A D | svc_xprt.c | 449 struct svc_pool *pool; in svc_xprt_enqueue() 491 static struct svc_xprt *svc_xprt_dequeue(struct svc_pool *pool) in svc_xprt_dequeue() 576 struct svc_pool *pool; in svc_wake_up() 713 struct svc_pool *pool = rqstp->rq_pool; in rqst_should_sleep() 736 struct svc_pool *pool = rqstp->rq_pool; in svc_get_next_xprt() 1105 struct svc_pool *pool; in svc_dequeue_net() 1409 struct svc_pool *pool = p; in svc_pool_stats_next() 1433 struct svc_pool *pool = p; in svc_pool_stats_show()
|
Completed in 10 milliseconds