Searched defs:svc_pool (Results 1 – 1 of 1) sorted by relevance
36 struct svc_pool { struct37 unsigned int sp_id; /* pool id; also node id on NUMA */38 unsigned int sp_nrthreads; /* # of threads currently running in pool */39 unsigned int sp_nrthrmin; /* Min number of threads to run per pool */40 unsigned int sp_nrthrmax; /* Max requested number of threads in pool */41 struct lwq sp_xprts; /* pending transports */42 struct list_head sp_all_threads; /* all server threads */43 struct llist_head sp_idle_threads; /* idle server threads */46 struct percpu_counter sp_messages_arrived;47 struct percpu_counter sp_sockets_queued;[all …]