Home
last modified time | relevance | path

Searched refs:stock_pages (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dmemcontrol.c1868 uint8_t stock_pages; in consume_stock() local
1882 stock_pages = READ_ONCE(stock->nr_pages[i]); in consume_stock()
1883 if (stock_pages >= nr_pages) { in consume_stock()
1884 WRITE_ONCE(stock->nr_pages[i], stock_pages - nr_pages); in consume_stock()
1908 uint8_t stock_pages; in drain_stock() local
1913 stock_pages = READ_ONCE(stock->nr_pages[i]); in drain_stock()
1914 if (stock_pages) { in drain_stock()
1915 memcg_uncharge(old, stock_pages); in drain_stock()
1967 uint8_t stock_pages; in refill_stock() local
1997 stock_pages = READ_ONCE(stock->nr_pages[i]) + nr_pages; in refill_stock()
[all …]