Lines Matching defs:rpc
1181 struct rpc { struct
1182 struct list_head list;
1184 int (*fn0)(struct era_metadata *);
1185 int (*fn1)(struct era_metadata *, void *);
1186 void *arg;
1187 int result;
1189 struct completion complete;
1307 struct rpc *rpc, *tmp; in process_rpc_calls() local
1360 static int perform_rpc(struct era *era, struct rpc *rpc) in perform_rpc()
1377 struct rpc rpc; in in_worker0() local
1387 struct rpc rpc; in in_worker1() local