Searched defs:rpc_clnt (Results 1 – 2 of 2) sorted by relevance
34 struct rpc_clnt { struct35 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 */ argument64 struct rpc_rtt cl_rtt_default;65 struct rpc_timeout cl_timeout_default;66 const struct rpc_program *cl_program;[all …]
50 struct rpc_clnt *rpc_clnt; member