Lines Matching refs:pending_move
3890 static int process_recorded_refs(struct send_ctx *sctx, int *pending_move)
4149 *pending_move = 1;
4160 *pending_move = 1;
4569 int pending_move = 0;
4623 * We don't actually care about pending_move as we are simply
4627 ret = process_recorded_refs(sctx, &pending_move);
6060 int *pending_move,
6073 ret = process_recorded_refs(sctx, pending_move);
6094 int pending_move = 0;
6100 ret = process_recorded_refs_if_needed(sctx, at_end, &pending_move,
6117 if (refs_processed && !pending_move)