Searched refs:total_alloc (Results 1 – 4 of 4) sorted by relevance
27 static size_t total_alloc = 0; variable51 total_alloc += size; in block_init()67 total_alloc -= size; in block_check()125 if (total_alloc != 0) in main()128 (unsigned long) total_alloc); in main()143 initial_alloc = total_alloc; in testhalves()145 if (initial_alloc != total_alloc) in testhalves()148 (unsigned long) total_alloc - initial_alloc); in testhalves()
1050 int total_alloc; /* total number of allocations */ member1531 alloc_counts[(int) alloc_type_varray].total_alloc++; in add_varray_page()4837 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()4885 alloc_counts[(int) alloc_type_vlinks].total_alloc++; in allocate_vlinks()4918 alloc_counts[(int) alloc_type_shash].total_alloc++; in allocate_shash()4951 alloc_counts[(int) alloc_type_thash].total_alloc++; in allocate_thash()4990 alloc_counts[(int) alloc_type_tag].total_alloc++; in allocate_tag()5038 alloc_counts[(int) alloc_type_forward].total_alloc++; in allocate_forward()5077 alloc_counts[(int) alloc_type_thead].total_alloc++; in allocate_thead()5123 alloc_counts[(int) alloc_type_lineno].total_alloc++; in allocate_lineno_list()
1050 int total_alloc; /* total number of allocations */ member1531 alloc_counts[(int) alloc_type_varray].total_alloc++; in add_varray_page()4840 alloc_counts[(int) alloc_type_scope].total_alloc++; in allocate_scope()4889 alloc_counts[(int) alloc_type_vlinks].total_alloc++; in allocate_vlinks()4923 alloc_counts[(int) alloc_type_shash].total_alloc++; in allocate_shash()4957 alloc_counts[(int) alloc_type_thash].total_alloc++; in allocate_thash()4997 alloc_counts[(int) alloc_type_tag].total_alloc++; in allocate_tag()5046 alloc_counts[(int) alloc_type_forward].total_alloc++; in allocate_forward()5086 alloc_counts[(int) alloc_type_thead].total_alloc++; in allocate_thead()5133 alloc_counts[(int) alloc_type_lineno].total_alloc++; in allocate_lineno_list()
2710 uint64_t norm_alloc, norm_space, total_alloc, total_found; in dump_block_stats() local2788 total_alloc = norm_alloc + metaslab_class_get_alloc(spa_log_class(spa)); in dump_block_stats()2791 if (total_found == total_alloc) { in dump_block_stats()2799 (u_longlong_t)total_alloc, in dump_block_stats()2801 (longlong_t)(total_alloc - total_found)); in dump_block_stats()