Lines Matching refs:pending_move
4161 static int process_recorded_refs(struct send_ctx *sctx, int *pending_move)
4416 *pending_move = 1;
4427 *pending_move = 1;
4814 int pending_move = 0;
4854 * We don't actually care about pending_move as we are simply
4858 ret = process_recorded_refs(sctx, &pending_move);
6593 int *pending_move,
6606 ret = process_recorded_refs(sctx, pending_move);
6631 int pending_move = 0;
6637 ret = process_recorded_refs_if_needed(sctx, at_end, &pending_move,
6654 if (refs_processed && !pending_move)