Searched defs:rpc_clnt (Results 1 – 3 of 3) sorted by relevance
44 struct rpc_clnt { struct45 refcount_t cl_count; /* Number of references */46 unsigned int cl_clid; /* client id */47 struct list_head cl_clients; /* Global list of clients */48 struct list_head cl_tasks; /* List of tasks */49 atomic_t cl_pid; /* task PID counter */50 spinlock_t cl_lock; /* spinlock */51 struct rpc_xprt __rcu * cl_xprt; /* transport */52 const struct rpc_procinfo *cl_procinfo; /* procedure info */53 u32 cl_prog, /* RPC program number */[all …]
52 struct rpc_clnt *rpc_clnt; member
838 int (*fn)(struct rpc_clnt *, struct rpc_xprt *, void *), in rpc_clnt_iterate_for_each_xprt()3048 int (*setup)(struct rpc_clnt *, in rpc_clnt_add_xprt()