Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c73 static kcondvar_t outbox_queue; variable
223 cv_init(&outbox_queue, NULL, CV_DEFAULT, NULL); in sbbc_mbox_init()
304 cv_destroy(&outbox_queue); in sbbc_mbox_fini()
954 clockleft = cv_timedwait(&outbox_queue, &outbox_queue_lock, in sbbc_mbox_request_response()
1130 cv_signal(&outbox_queue); in wakeup_next()