| H A D | svc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * High-level RPC service routines 47 SVC_POOL_AUTO = -1, /* choose one of the others */ 51 SVC_POOL_PERNODE /* one pool per numa node */ 65 unsigned int *pool_to; /* maps pool id to cpu or node */ 66 unsigned int *to_pool; /* maps cpu or node to pool id */ 92 err = -EINVA in __param_set_pool_mode() 178 unsigned int node; svc_pool_map_choose_mode() local 263 unsigned int node; svc_pool_map_init_pernode() local 365 unsigned int node = m->pool_to[pidx]; svc_pool_map_set_cpumask() local 637 svc_init_buffer(struct svc_rqst * rqstp,const struct svc_serv * serv,int node) svc_init_buffer() argument 680 svc_prepare_thread(struct svc_serv * serv,struct svc_pool * pool,int node) svc_prepare_thread() argument 779 int node; svc_new_thread() local 1032 __svc_rpcb_register4(struct net * net,const u32 program,const u32 version,const unsigned short protocol,const unsigned short port) __svc_rpcb_register4() argument 1080 __svc_rpcb_register6(struct net * net,const u32 program,const u32 version,const unsigned short protocol,const unsigned short port) __svc_rpcb_register6() argument 1125 __svc_register(struct net * net,const char * progname,const u32 program,const u32 version,const int family,const unsigned short protocol,const unsigned short port) __svc_register() argument [all...] |