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

/linux-master/drivers/md/dm-vdo/
H A Drecovery-journal.c145 int prior_state; local
177 prior_state = atomic_cmpxchg(&journal->lock_counter.state,
183 if (prior_state != LOCK_COUNTER_STATE_NOT_NOTIFYING)
303 int prior_state; local
310 prior_state = atomic_cmpxchg(&counter->state, LOCK_COUNTER_STATE_NOT_NOTIFYING,
315 return ((prior_state == LOCK_COUNTER_STATE_SUSPENDED) ||
316 (prior_state == LOCK_COUNTER_STATE_NOT_NOTIFYING));
1648 int prior_state; local
1655 prior_state = atomic_cmpxchg(&counter->state, LOCK_COUNTER_STATE_SUSPENDED,
1660 return (prior_state
[all...]
H A Dslab-depot.c2685 enum vdo_state prior_state = local
2700 if (prior_state == VDO_DIRTY)
2702 else if (prior_state == VDO_RECOVERING)

Completed in 160 milliseconds