Searched defs:rpc_clnt (Results 1 – 1 of 1) sorted by relevance
35 struct rpc_clnt { struct36 atomic_t cl_count; /* Number of references */37 unsigned int cl_clid; /* client id */38 struct list_head cl_clients; /* Global list of clients */39 struct list_head cl_tasks; /* List of tasks */40 spinlock_t cl_lock; /* spinlock */64 struct rpc_clnt * cl_parent; /* Points to parent of clones */ argument65 struct rpc_rtt cl_rtt_default;66 struct rpc_timeout cl_timeout_default;67 const struct rpc_program *cl_program;[all …]