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 struct lwq sp_xprts; /* pending transports */39 unsigned int sp_nrthreads; /* # of threads in pool */40 struct list_head sp_all_threads; /* all server threads */41 struct llist_head sp_idle_threads; /* idle server threads */44 struct percpu_counter sp_messages_arrived;45 struct percpu_counter sp_sockets_queued;46 struct percpu_counter sp_threads_woken;48 unsigned long sp_flags;