Home
last modified time | relevance | path

Searched refs:objwaste (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c837 unsigned long long objwaste; in totals() local
849 objwaste = s->slab_size - s->object_size; in totals()
871 if (objwaste < min_objwaste) in totals()
872 min_objwaste = objwaste; in totals()
896 if (objwaste > max_objwaste) in totals()
897 max_objwaste = objwaste; in totals()
922 total_objwaste += s->objects * objwaste; in totals()
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c861 unsigned long long objwaste; in totals() local
873 objwaste = s->slab_size - s->object_size; in totals()
895 if (objwaste < min_objwaste) in totals()
896 min_objwaste = objwaste; in totals()
920 if (objwaste > max_objwaste) in totals()
921 max_objwaste = objwaste; in totals()
946 total_objwaste += s->objects * objwaste; in totals()

Completed in 4 milliseconds