Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/sunrpc/
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_messages_arrived;
43 struct percpu_counter sp_sockets_queued;
44 struct percpu_counter sp_threads_woken;
46 unsigned long sp_flags;
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvc.h41 struct svc_pool { struct
47 struct svc_pool_stats sp_stats; /* statistics on pool operation */ argument
67 int (*svo_setup)(struct svc_serv *, struct svc_pool *, int); argument