Searched refs:bse (Results 1 – 2 of 2) sorted by relevance
417 struct blockif_sig_elem *bse; in blockif_sigcont_handler() local425 bse = blockif_bse_head; in blockif_sigcont_handler()426 if (bse == NULL) in blockif_sigcont_handler()429 (uintptr_t)bse, in blockif_sigcont_handler()430 (uintptr_t)bse->bse_next)); in blockif_sigcont_handler()432 pthread_mutex_lock(&bse->bse_mtx); in blockif_sigcont_handler()433 bse->bse_pending = 0; in blockif_sigcont_handler()434 pthread_cond_signal(&bse->bse_cond); in blockif_sigcont_handler()435 pthread_mutex_unlock(&bse->bse_mtx); in blockif_sigcont_handler()853 struct blockif_sig_elem bse, *old_head; in blockif_cancel() local[all …]
299 u_int8_t bse[256]; /* Blink/seek enable */ member