Home
last modified time | relevance | path

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

/system/memory/libmeminfo/tools/
Dprocrank.cpp139 uint64_t total_swap = 0; variable
259 total_swap += proc.Usage().swap; in print_processes()
306 ss << ::android::base::StringPrintf("%6" PRIu64 "K ", total_swap / 1024); in print_totals()
/system/memory/lmkd/
Dlmkd.cpp433 int64_t total_swap; member
2396 int64_t swap_used = mi->field.total_swap - mi->field.free_swap; in calc_swap_utilization()
2487 swap_low_threshold = mi.field.total_swap * swap_free_low_percentage / 100; in mp_event_psi()
2869 mi.field.total_swap * swap_free_low_percentage / 100) { in mp_event_common()