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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dblock_if.c133 static struct blockif_sig_elem *blockif_bse_head; variable in typeref:struct:blockif_sig_elem
409 bse = blockif_bse_head;
412 } while (!atomic_cmpset_ptr((uintptr_t *)&blockif_bse_head,
739 old_head = blockif_bse_head;
741 } while (!atomic_cmpset_ptr((uintptr_t *)&blockif_bse_head,

Completed in 93 milliseconds