Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-cache-background-tracker.c23 atomic_t pending_demotes; member
44 atomic_set(&b->pending_demotes, 0); in btracker_create()
141 atomic_add(delta, &b->pending_demotes); in update_stats()
158 return atomic_read(&b->pending_demotes); in btracker_nr_demotions_queued()
166 atomic_read(&b->pending_demotes) >= b->max_work; in max_work_reached()