Searched defs:rpc_clnt (Results 1 – 3 of 3) sorted by relevance
38 struct rpc_clnt { struct39 refcount_t cl_count; /* Number of references */40 unsigned int cl_clid; /* client id */41 struct list_head cl_clients; /* Global list of clients */42 struct list_head cl_tasks; /* List of tasks */43 spinlock_t cl_lock; /* spinlock */44 struct rpc_xprt __rcu * cl_xprt; /* transport */68 struct rpc_clnt * cl_parent; /* Points to parent of clones */ argument69 struct rpc_rtt cl_rtt_default;70 struct rpc_timeout cl_timeout_default;[all …]
807 int (*fn)(struct rpc_clnt *, struct rpc_xprt *, void *), in rpc_clnt_iterate_for_each_xprt()2895 int (*setup)(struct rpc_clnt *, in rpc_clnt_add_xprt()
51 struct rpc_clnt *rpc_clnt; member