Home | History | Annotate | Download | only in openssh

Lines Matching refs:last_gc

819 	struct global_confirm *gc, *last_gc;
822 last_gc = TAILQ_LAST(&global_confirms, global_confirms);
823 if (last_gc && last_gc->cb == cb && last_gc->ctx == ctx) {
824 if (++last_gc->ref_count >= INT_MAX)
825 fatal("%s: last_gc->ref_count = %d",
826 __func__, last_gc->ref_count);