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/libnetutils/
H A Difc_utils.c5 * you may not use this file except in compliance with the License.
652 int flags, refcnt, use, metric, mtu, win, irtt; local
668 ifname, &dest, &gway, &flags, &refcnt, &use, &metric, &mask,
705 int flags, refcnt, use, metric, mtu, win, irtt; local
721 name, &dest, &gway, &flags, &refcnt, &use, &metric, &mask,

Completed in 50 milliseconds