Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 4 of 4) sorted by relevance

/kernel/
Dkallsyms_selftest.c108 u32 ratio, total_size, total_len = 0; in test_kallsyms_compression_ratio() local
143 total_size = off - num; in test_kallsyms_compression_ratio()
145 total_size += pos + strlen(&kallsyms_token_table[pos]) + 1; in test_kallsyms_compression_ratio()
146 total_size += 0x100 * sizeof(u16); in test_kallsyms_compression_ratio()
151 ratio = (u32)div_u64(10000ULL * total_size, total_len); in test_kallsyms_compression_ratio()
153 kallsyms_num_syms, total_size, total_len, ratio / 100, ratio % 100); in test_kallsyms_compression_ratio()
/kernel/module/
Dstats.c281 unsigned long total_size, text_size, ikread_bytes, ibecoming_bytes, in read_file_mod_stats() local
290 total_size = atomic_long_read(&total_mod_size); in read_file_mod_stats()
316 len += scnprintf(buf + len, size - len, "%25s\t%lu\n", "Total module size", total_size); in read_file_mod_stats()
330 if (live_mod_count && total_size) { in read_file_mod_stats()
332 DIV_ROUND_UP(total_size, live_mod_count)); in read_file_mod_stats()
Dmain.c2549 unsigned int text_size = 0, total_size = 0; in do_init_module() local
2554 total_size += mod_mem->size; in do_init_module()
2646 mod_stat_add_long(total_size, &total_mod_size); in do_init_module()
/kernel/trace/
Dring_buffer.c6546 unsigned long total_size = 0; in test_ringbuffer() local
6580 total_size += item->size + sizeof(struct rb_item); in test_ringbuffer()
6600 pr_info(" recorded size bytes: %ld\n", total_size); in test_ringbuffer()
6606 total_size != total_written)) in test_ringbuffer()