Lines Matching defs:rpc_clnt
34 struct rpc_clnt { struct
35 atomic_t cl_count; /* Number of references */
36 unsigned int cl_clid; /* client id */
37 struct list_head cl_clients; /* Global list of clients */
38 struct list_head cl_tasks; /* List of tasks */
39 spinlock_t cl_lock; /* spinlock */
63 struct rpc_clnt * cl_parent; /* Points to parent of clones */ argument
64 struct rpc_rtt cl_rtt_default;
65 struct rpc_timeout cl_timeout_default;
66 const struct rpc_program *cl_program;
68 struct dentry *cl_debugfs; /* debugfs directory */