Lines Matching defs:bytes
791 u64 bytes = kmem_page_size << order;
806 total_page_alloc_bytes += bytes;
810 total_page_fail_bytes += bytes;
830 pstat->alloc_bytes += bytes;
839 pstat->alloc_bytes += bytes;
849 pstat->alloc_bytes += bytes;
860 u64 bytes = kmem_page_size << order;
872 total_page_free_bytes += bytes;
881 total_page_nomatch_bytes += bytes;
901 pstat->free_bytes += bytes;
909 pstat->free_bytes += bytes;
913 pstat->alloc_bytes -= bytes;
1156 printf("Total bytes requested: %'lu\n", total_requested);
1157 printf("Total bytes allocated: %'lu\n", total_allocated);
1158 printf("Total bytes freed: %'lu\n", total_freed);
1160 printf("Net total bytes allocated: %'lu\n",
1163 printf("Total bytes wasted on internal fragmentation: %'lu\n",
1473 .name = "bytes",
1580 .name = "bytes",
1895 const char * const default_slab_sort = "frag,hit,bytes";
1896 const char * const default_page_sort = "bytes,hit";
1909 "sort by keys: ptr, callsite, bytes, hit, pingpong, frag, "