Lines Matching defs:rpc
1196 struct rpc { struct
1197 struct list_head list;
1199 int (*fn0)(struct era_metadata *md);
1200 int (*fn1)(struct era_metadata *md, void *ref);
1201 void *arg;
1202 int result;
1204 struct completion complete;
1325 struct rpc *rpc, *tmp; in process_rpc_calls() local
1378 static int perform_rpc(struct era *era, struct rpc *rpc) in perform_rpc()
1395 struct rpc rpc; in in_worker0() local
1406 struct rpc rpc; in in_worker1() local