Searched refs:wbl (Results 1 – 1 of 1) sorted by relevance
1817 static void __writeback_throttle(struct dm_writecache *wc, struct writeback_list *wbl) in __writeback_throttle() argument1820 if (READ_ONCE(wc->writeback_size) - wbl->size >= wc->max_writeback_jobs) { in __writeback_throttle()1822 while (wc->writeback_size - wbl->size >= wc->max_writeback_jobs) in __writeback_throttle()1830 static void __writecache_writeback_pmem(struct dm_writecache *wc, struct writeback_list *wbl) in __writecache_writeback_pmem() argument1837 while (wbl->size) { in __writecache_writeback_pmem()1838 wbl->size--; in __writecache_writeback_pmem()1839 e = container_of(wbl->list.prev, struct wc_entry, lru); in __writecache_writeback_pmem()1866 while (wbl->size && wb->wc_list_n < max_pages) { in __writecache_writeback_pmem()1867 f = container_of(wbl->list.prev, struct wc_entry, lru); in __writecache_writeback_pmem()1873 wbl->size--; in __writecache_writeback_pmem()[all …]