Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp213 int fdCount; member
221 const int negFdCount = -fdCount; in operator <()
222 const int negOtherFdCount = -other.fdCount; in operator <()
251 entry.fdCount = getFdCount(pid); in getFdStatMetric()
274 others.fdCount = 0; in getFdStatMetric()
286 others.fdCount += entry.fdCount; in getFdStatMetric()
298 .fd_count = entry.fdCount, in getFdStatMetric()
307 .fd_count = others.fdCount, in getFdStatMetric()