Lines Matching refs:bytes
813 u64 bytes = kmem_page_size << order;
828 total_page_alloc_bytes += bytes;
832 total_page_fail_bytes += bytes;
852 pstat->alloc_bytes += bytes;
861 pstat->alloc_bytes += bytes;
871 pstat->alloc_bytes += bytes;
882 u64 bytes = kmem_page_size << order;
894 total_page_free_bytes += bytes;
903 total_page_nomatch_bytes += bytes;
923 pstat->free_bytes += bytes;
931 pstat->free_bytes += bytes;
935 pstat->alloc_bytes -= bytes;
1178 printf("Total bytes requested: %'lu\n", total_requested);
1179 printf("Total bytes allocated: %'lu\n", total_allocated);
1180 printf("Total bytes freed: %'lu\n", total_freed);
1182 printf("Net total bytes allocated: %'lu\n",
1185 printf("Total bytes wasted on internal fragmentation: %'lu\n",
1495 .name = "bytes",
1602 .name = "bytes",
1940 const char * const default_slab_sort = "frag,hit,bytes";
1941 const char * const default_page_sort = "bytes,hit";
1954 "sort by keys: ptr, callsite, bytes, hit, pingpong, frag, "