Lines Matching defs:rpc
1165 struct rpc { struct
1166 struct list_head list;
1168 int (*fn0)(struct era_metadata *);
1169 int (*fn1)(struct era_metadata *, void *);
1170 void *arg;
1171 int result;
1173 struct completion complete;
1278 struct rpc *rpc, *tmp; in process_rpc_calls() local
1331 static int perform_rpc(struct era *era, struct rpc *rpc) in perform_rpc()
1348 struct rpc rpc; in in_worker0() local
1358 struct rpc rpc; in in_worker1() local