Searched refs:per_pid_size (Results 1 – 1 of 1) sorted by relevance
82 std::map<pid_t, uint64_t> per_pid_size = {}; in PrintDmaBufTable() local110 per_pid_size[pid] += buf.size() / 1024; in PrintDmaBufTable()123 printf("%19" PRIu64 " kB |", per_pid_size[pid]); in PrintDmaBufTable()