Searched refs:vmalloc_bytes (Results 1 – 1 of 1) sorted by relevance
84 size_t vmalloc_bytes; member91 size_t total_bytes = memory_stats.kmalloc_bytes + memory_stats.vmalloc_bytes; in update_peak_usage()126 memory_stats.vmalloc_bytes += block->size; in add_vmalloc_block()144 memory_stats.vmalloc_bytes -= block->size; in remove_vmalloc_block()391 VDO_ASSERT_LOG_ONLY(memory_stats.vmalloc_bytes == 0, in vdo_memory_exit()393 memory_stats.vmalloc_bytes, memory_stats.vmalloc_blocks); in vdo_memory_exit()402 *bytes_used = memory_stats.kmalloc_bytes + memory_stats.vmalloc_bytes; in vdo_get_memory_stats()417 u64 vmalloc_bytes; in vdo_report_memory_usage() local425 vmalloc_bytes = memory_stats.vmalloc_bytes; in vdo_report_memory_usage()428 total_bytes = kmalloc_bytes + vmalloc_bytes; in vdo_report_memory_usage()[all …]