Home
last modified time | relevance | path

Searched refs:total_alloc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/vm/
Dslabinfo.c441 unsigned long total_alloc; in slab_stats() local
448 total_alloc = s->alloc_fastpath + s->alloc_slowpath; in slab_stats()
451 if (!total_alloc) in slab_stats()
459 s->alloc_fastpath * 100 / total_alloc, in slab_stats()
462 total_alloc - s->alloc_fastpath, s->free_slowpath, in slab_stats()
463 (total_alloc - s->alloc_fastpath) * 100 / total_alloc, in slab_stats()
467 s->alloc_slab * 100 / total_alloc, in slab_stats()
472 (s->deactivate_to_head + s->deactivate_to_tail) * 100 / total_alloc, in slab_stats()
476 s->alloc_from_partial * 100 / total_alloc, in slab_stats()
481 s->cpu_partial_alloc * 100 / total_alloc, in slab_stats()
[all …]
/Linux-v4.19/kernel/trace/
Dring_buffer.c5097 unsigned long total_alloc; in test_ringbuffer() local
5110 total_alloc = data->bytes_alloc + data->bytes_alloc_nested; in test_ringbuffer()
5119 pr_info(" alloced bytes: %ld\n", total_alloc); in test_ringbuffer()
5158 if (RB_WARN_ON(buffer, total_len != total_alloc || in test_ringbuffer()