Home
last modified time | relevance | path

Searched defs:svc_pool (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/linux/sunrpc/
A Dsvc.h34 struct svc_pool { struct
35 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 4 milliseconds