Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libdmabufinfo/tools/
Ddmabuf_dump.cpp93 int pid_fdrefs = 0, pid_maprefs = 0; in PrintDmaBufTable() local
100 pid_maprefs += buf.maprefs().at(pid); in PrintDmaBufTable()
103 if (pid_fdrefs || pid_maprefs) { in PrintDmaBufTable()
111 printf("%9d(%6d) refs |", pid_fdrefs, pid_maprefs); in PrintDmaBufTable()