Searched refs:total_alloc (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/vm/ |
| A D | slabinfo.c | 448 unsigned long total_alloc; in slab_stats() local 458 if (!total_alloc) in slab_stats() 466 s->alloc_fastpath * 100 / total_alloc, in slab_stats() 470 (total_alloc - s->alloc_fastpath) * 100 / total_alloc, in slab_stats() 474 s->alloc_slab * 100 / total_alloc, in slab_stats() 483 s->alloc_from_partial * 100 / total_alloc, in slab_stats() 488 s->cpu_partial_alloc * 100 / total_alloc, in slab_stats() 493 s->deactivate_remote_frees * 100 / total_alloc, in slab_stats() 626 unsigned long total_alloc; in slabcache() local 634 total_alloc, total_free, in slabcache() [all …]
|
| /linux/kernel/trace/ |
| A D | ring_buffer.c | 5960 unsigned long total_alloc; in test_ringbuffer() local 5973 total_alloc = data->bytes_alloc + data->bytes_alloc_nested; in test_ringbuffer() 5982 pr_info(" alloced bytes: %ld\n", total_alloc); in test_ringbuffer() 6021 if (RB_WARN_ON(buffer, total_len != total_alloc || in test_ringbuffer()
|
Completed in 19 milliseconds