Searched defs:svc_pool (Results 1 – 1 of 1) sorted by relevance
34 struct svc_pool { struct35 unsigned int sp_id; /* pool id; also node id on NUMA */36 spinlock_t sp_lock; /* protects all fields */37 struct list_head sp_sockets; /* pending sockets */38 unsigned int sp_nrthreads; /* # of threads in pool */39 struct list_head sp_all_threads; /* all server threads */42 struct percpu_counter sp_sockets_queued;43 struct percpu_counter sp_threads_woken;44 struct percpu_counter sp_threads_timedout;49 unsigned long sp_flags;
Completed in 5 milliseconds