Searched defs:rpc_clnt (Results 1 – 3 of 3) sorted by relevance
36 struct rpc_clnt { struct37 atomic_t cl_count; /* Number of references */38 unsigned int cl_clid; /* client id */39 struct list_head cl_clients; /* Global list of clients */40 struct list_head cl_tasks; /* List of tasks */41 spinlock_t cl_lock; /* spinlock */65 struct rpc_clnt * cl_parent; /* Points to parent of clones */ argument66 struct rpc_rtt cl_rtt_default;67 struct rpc_timeout cl_timeout_default;68 const struct rpc_program *cl_program;[all …]
789 int (*fn)(struct rpc_clnt *, struct rpc_xprt *, void *), in rpc_clnt_iterate_for_each_xprt()2697 int (*setup)(struct rpc_clnt *, in rpc_clnt_add_xprt()
50 struct rpc_clnt *rpc_clnt; member