Searched defs:rpc_clnt (Results 1 – 1 of 1) sorted by relevance
33 struct rpc_clnt { struct34 atomic_t cl_count; /* Number of references */35 struct list_head cl_clients; /* Global list of clients */36 struct list_head cl_tasks; /* List of tasks */37 spinlock_t cl_lock; /* spinlock */61 struct rpc_clnt * cl_parent; /* Points to parent of clones */ argument62 struct rpc_rtt cl_rtt_default;63 struct rpc_timeout cl_timeout_default;64 struct rpc_program * cl_program;65 char cl_inline_name[32];[all …]