Lines Matching defs:rpc
1164 struct rpc { struct
1165 struct list_head list;
1167 int (*fn0)(struct era_metadata *);
1168 int (*fn1)(struct era_metadata *, void *);
1169 void *arg;
1170 int result;
1172 struct completion complete;
1277 struct rpc *rpc, *tmp; in process_rpc_calls() local
1330 static int perform_rpc(struct era *era, struct rpc *rpc) in perform_rpc()
1347 struct rpc rpc; in in_worker0() local
1357 struct rpc rpc; in in_worker1() local