Searched refs:stock_pages (Results 1 – 1 of 1) sorted by relevance
2127 uint8_t stock_pages; in consume_stock() local2141 stock_pages = READ_ONCE(stock->nr_pages[i]); in consume_stock()2142 if (stock_pages >= nr_pages) { in consume_stock()2143 stock_pages -= nr_pages; in consume_stock()2144 WRITE_ONCE(stock->nr_pages[i], stock_pages); in consume_stock()2145 if (!stock_pages) { in consume_stock()2172 uint8_t stock_pages; in drain_stock() local2177 stock_pages = READ_ONCE(stock->nr_pages[i]); in drain_stock()2178 if (stock_pages) { in drain_stock()2179 memcg_uncharge(old, stock_pages); in drain_stock()[all …]