Searched defs:rpc_clnt (Results 1 – 3 of 3) sorted by relevance
38 struct rpc_clnt { struct40 unsigned int cl_clid; /* client id */42 struct list_head cl_tasks; /* List of tasks */43 atomic_t cl_pid; /* task PID counter */44 spinlock_t cl_lock; /* spinlock */69 struct rpc_clnt * cl_parent; /* Points to parent of clones */ argument70 struct rpc_rtt cl_rtt_default;71 struct rpc_timeout cl_timeout_default;72 const struct rpc_program *cl_program;81 union {[all …]
51 struct rpc_clnt *rpc_clnt; member
829 int (*fn)(struct rpc_clnt *, struct rpc_xprt *, void *), in rpc_clnt_iterate_for_each_xprt()3022 int (*setup)(struct rpc_clnt *, in rpc_clnt_add_xprt()
Completed in 11 milliseconds