Searched defs:use (Results 1 - 2 of 2) sorted by relevance

/system/extras/showslab/
H A Dshowslab.c28 unsigned long use; /* percent full: total / active */ member in struct:slab_info
129 p->use = 100 * p->nr_active_objs / p->nr_objs;
132 p->use = 0;
239 BUILD_SORT_FUNC(use)
340 p->nr_objs, p->nr_active_objs, p->use,
/system/core/metricsd/
H A Dmetrics_collector.cc5 * you may not use this file except in compliance with the License.
83 // Memory use stats collection intervals. We collect some memory use interval
85 // with the assumption that in most cases the memory use won't change much
317 // Reports the active use time since the last crash and resets it.
330 // Reports the active use time since the last crash and resets it.
345 // Reports the active use time since the last crash and resets it.
680 const unique_ptr<PersistentInteger>& use) {
681 SendSample(use->Name(),
682 use
679 SendAndResetDailyUseSample( const unique_ptr<PersistentInteger>& use) argument
[all...]

Completed in 653 milliseconds