Searched refs:global_confirms (Results 1 – 1 of 1) sorted by relevance
190 TAILQ_HEAD(global_confirms, global_confirm);191 static struct global_confirms global_confirms = variable192 TAILQ_HEAD_INITIALIZER(global_confirms);528 if ((gc = TAILQ_FIRST(&global_confirms)) == NULL) in client_global_request_reply()533 TAILQ_REMOVE(&global_confirms, gc, entry); in client_global_request_reply()822 last_gc = TAILQ_LAST(&global_confirms, global_confirms); in client_register_global_confirm()834 TAILQ_INSERT_TAIL(&global_confirms, gc, entry); in client_register_global_confirm()