Lines Matching defs:rpc
1163 struct rpc { struct
1164 struct list_head list;
1166 int (*fn0)(struct era_metadata *);
1167 int (*fn1)(struct era_metadata *, void *);
1168 void *arg;
1169 int result;
1171 struct completion complete;
1276 struct rpc *rpc, *tmp; in process_rpc_calls() local
1329 static int perform_rpc(struct era *era, struct rpc *rpc) in perform_rpc()
1346 struct rpc rpc; in in_worker0() local
1356 struct rpc rpc; in in_worker1() local