Searched refs:maprefs (Results 1 – 3 of 3) sorted by relevance
86 buf.maprefs().size()); in PrintDmaBufTable()95 if (buf.maprefs().count(pid) == 1) { in PrintDmaBufTable()96 pid_refs += buf.maprefs().at(pid); in PrintDmaBufTable()142 if (buf.fdrefs().empty() && buf.maprefs().empty()) { in PrintDmaBufPerProcess()
170 EXPECT_EQ(_bufptr->maprefs().size(), _maprefs); \185 const std::unordered_map<pid_t, int>& _maprefs = _bufptr->maprefs(); \216 EXPECT_TRUE(dmabufs[0].maprefs().empty()); in TEST()226 EXPECT_TRUE(dmabufs[1].maprefs().empty()); in TEST()
55 const std::unordered_map<pid_t, int>& maprefs() const { return maprefs_; } in maprefs() function