Searched refs:wbl (Results 1 – 1 of 1) sorted by relevance
1449 static void __writeback_throttle(struct dm_writecache *wc, struct writeback_list *wbl) in __writeback_throttle() argument1452 if (READ_ONCE(wc->writeback_size) - wbl->size >= wc->max_writeback_jobs) { in __writeback_throttle()1454 while (wc->writeback_size - wbl->size >= wc->max_writeback_jobs) in __writeback_throttle()1462 static void __writecache_writeback_pmem(struct dm_writecache *wc, struct writeback_list *wbl) in __writecache_writeback_pmem() argument1469 while (wbl->size) { in __writecache_writeback_pmem()1470 wbl->size--; in __writecache_writeback_pmem()1471 e = container_of(wbl->list.prev, struct wc_entry, lru); in __writecache_writeback_pmem()1495 while (wbl->size && wb->wc_list_n < max_pages) { in __writecache_writeback_pmem()1496 f = container_of(wbl->list.prev, struct wc_entry, lru); in __writecache_writeback_pmem()1502 wbl->size--; in __writecache_writeback_pmem()[all …]