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

/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.h276 struct list_head high_priority_slabs; member in struct:slab_scrubber
277 /* The queue of slabs to scrub once there are no high_priority_slabs */
H A Dslab-depot.c2536 list_add_tail(&slab->allocq_entry, &scrubber->high_priority_slabs);
2635 slab = list_first_entry_or_null(&scrubber->high_priority_slabs,
2952 (scrubber->high_priority_only && list_empty(&scrubber->high_priority_slabs))) {
2986 list_empty(&scrubber->high_priority_slabs))
3952 INIT_LIST_HEAD(&scrubber->high_priority_slabs);

Completed in 194 milliseconds