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

/linux-master/drivers/md/
H A Ddm-cache-background-tracker.c24 atomic_t pending_demotes; member in struct:background_tracker
45 atomic_set(&b->pending_demotes, 0);
150 atomic_add(delta, &b->pending_demotes);
167 return atomic_read(&b->pending_demotes);
175 atomic_read(&b->pending_demotes) >= b->max_work;

Completed in 315 milliseconds