Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hyperv/vmbus/
HDvmbus_chan.c834 uint32_t old_stflags; in vmbus_chan_close_internal() local
843 old_stflags = chan->ch_stflags; in vmbus_chan_close_internal()
844 if (atomic_cmpset_int(&chan->ch_stflags, old_stflags, in vmbus_chan_close_internal()
845 old_stflags & ~VMBUS_CHAN_ST_OPENED)) in vmbus_chan_close_internal()
848 if ((old_stflags & VMBUS_CHAN_ST_OPENED) == 0) { in vmbus_chan_close_internal()