Lines Matching defs:rpc
1162 struct rpc { struct
1163 struct list_head list;
1165 int (*fn0)(struct era_metadata *);
1166 int (*fn1)(struct era_metadata *, void *);
1167 void *arg;
1168 int result;
1170 struct completion complete;
1275 struct rpc *rpc, *tmp; in process_rpc_calls() local
1328 static int perform_rpc(struct era *era, struct rpc *rpc) in perform_rpc()
1345 struct rpc rpc; in in_worker0() local
1355 struct rpc rpc; in in_worker1() local