Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dblock_if.c494 struct blockif_sig_elem *bse; in blockif_sigcont_handler() local
502 bse = blockif_bse_head; in blockif_sigcont_handler()
503 if (bse == NULL) in blockif_sigcont_handler()
506 (uintptr_t)bse, in blockif_sigcont_handler()
507 (uintptr_t)bse->bse_next)); in blockif_sigcont_handler()
509 pthread_mutex_lock(&bse->bse_mtx); in blockif_sigcont_handler()
510 bse->bse_pending = 0; in blockif_sigcont_handler()
511 pthread_cond_signal(&bse->bse_cond); in blockif_sigcont_handler()
512 pthread_mutex_unlock(&bse->bse_mtx); in blockif_sigcont_handler()
1027 struct blockif_sig_elem bse, *old_head; in blockif_cancel() local
[all …]