Lines Matching defs:rpc
1177 struct rpc { struct
1178 struct list_head list;
1180 int (*fn0)(struct era_metadata *);
1181 int (*fn1)(struct era_metadata *, void *);
1182 void *arg;
1183 int result;
1185 struct completion complete;
1303 struct rpc *rpc, *tmp; in process_rpc_calls() local
1356 static int perform_rpc(struct era *era, struct rpc *rpc) in perform_rpc()
1373 struct rpc rpc; in in_worker0() local
1383 struct rpc rpc; in in_worker1() local