Searched refs:wbl (Results 1 – 1 of 1) sorted by relevance
1454 static void __writeback_throttle(struct dm_writecache *wc, struct writeback_list *wbl) in __writeback_throttle() argument1457 if (READ_ONCE(wc->writeback_size) - wbl->size >= wc->max_writeback_jobs) { in __writeback_throttle()1459 while (wc->writeback_size - wbl->size >= wc->max_writeback_jobs) in __writeback_throttle()1467 static void __writecache_writeback_pmem(struct dm_writecache *wc, struct writeback_list *wbl) in __writecache_writeback_pmem() argument1474 while (wbl->size) { in __writecache_writeback_pmem()1475 wbl->size--; in __writecache_writeback_pmem()1476 e = container_of(wbl->list.prev, struct wc_entry, lru); in __writecache_writeback_pmem()1501 while (wbl->size && wb->wc_list_n < max_pages) { in __writecache_writeback_pmem()1502 f = container_of(wbl->list.prev, struct wc_entry, lru); in __writecache_writeback_pmem()1508 wbl->size--; in __writecache_writeback_pmem()[all …]