Home
last modified time | relevance | path

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

/system/core/libmeminfo/tools/
Dprocrank.cpp138 uint64_t total_swap = 0; variable
258 total_swap += proc.Usage().swap; in print_processes()
305 ss << ::android::base::StringPrintf("%6" PRIu64 "K ", total_swap / 1024); in print_totals()
/system/core/lmkd/
Dlmkd.c293 int64_t total_swap; member
1669 mi.field.total_swap * swap_free_low_percentage / 100) { in mp_event_common()