Home
last modified time | relevance | path

Searched refs:last_gc (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dclientloop.c887 struct global_confirm *gc, *last_gc; in client_register_global_confirm() local
890 last_gc = TAILQ_LAST(&global_confirms, global_confirms); in client_register_global_confirm()
891 if (last_gc && last_gc->cb == cb && last_gc->ctx == ctx) { in client_register_global_confirm()
892 if (++last_gc->ref_count >= INT_MAX) in client_register_global_confirm()
894 __func__, last_gc->ref_count); in client_register_global_confirm()