Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dblock_if.c132 static struct blockif_sig_elem *blockif_bse_head; variable
425 bse = blockif_bse_head; in blockif_sigcont_handler()
428 } while (!atomic_cmpset_ptr((uintptr_t *)&blockif_bse_head, in blockif_sigcont_handler()
861 old_head = blockif_bse_head; in blockif_cancel()
863 } while (!atomic_cmpset_ptr((uintptr_t *)&blockif_bse_head, in blockif_cancel()