Searched refs:old_stflags (Results 1 – 1 of 1) sorted by relevance
835 uint32_t old_stflags; in vmbus_chan_close_internal() local844 old_stflags = chan->ch_stflags; in vmbus_chan_close_internal()845 if (atomic_cmpset_int(&chan->ch_stflags, old_stflags, in vmbus_chan_close_internal()846 old_stflags & ~VMBUS_CHAN_ST_OPENED)) in vmbus_chan_close_internal()849 if ((old_stflags & VMBUS_CHAN_ST_OPENED) == 0) { in vmbus_chan_close_internal()