Searched defs:rss_and_swap (Results 1 – 2 of 2) sorted by relevance
73 rss_and_swap LONG field96 anon_rss + file_rss + COALESCE(shmem_rss, 0) + COALESCE(swap, 0) AS rss_and_swap field
75 std::optional<uint32_t> rss_and_swap; in RemoveUnderAnonThreshold() local