Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmemcontrol.c1799 unsigned int stock_pages; in consume_stock() local
1812 stock_pages = READ_ONCE(stock->nr_pages); in consume_stock()
1814 WRITE_ONCE(stock->nr_pages, stock_pages - nr_pages); in consume_stock()
1828 unsigned int stock_pages = READ_ONCE(stock->nr_pages); in drain_stock() local
1834 if (stock_pages) { in drain_stock()
1835 page_counter_uncharge(&old->memory, stock_pages); in drain_stock()
1837 page_counter_uncharge(&old->memsw, stock_pages); in drain_stock()
1875 unsigned int stock_pages; in __refill_stock() local
1883 stock_pages = READ_ONCE(stock->nr_pages) + nr_pages; in __refill_stock()
1884 WRITE_ONCE(stock->nr_pages, stock_pages); in __refill_stock()
[all …]