Searched defs:svc_pool (Results 1 – 1 of 1) sorted by relevance
35 struct svc_pool { struct36 unsigned int sp_id; /* pool id; also node id on NUMA */37 struct lwq sp_xprts; /* pending transports */38 atomic_t sp_nrthreads; /* # of threads in pool */39 struct list_head sp_all_threads; /* all server threads */40 struct llist_head sp_idle_threads; /* idle server threads */43 struct percpu_counter sp_messages_arrived;44 struct percpu_counter sp_sockets_queued;45 struct percpu_counter sp_threads_woken;47 unsigned long sp_flags;