Home
last modified time | relevance | path

Searched refs:structure_size (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dbcache.c81 long structure_size; /* total size of bcache, including infrastructure */ member
159 bcache->structure_size -= (bcache->num_buckets in expand_hash_table()
161 bcache->structure_size += new_size; in expand_hash_table()
244 bcache->structure_size += BSTRING_SIZE (length); in bcache_data()
408 c->structure_size); in print_bcache_statistics()
410 print_percentage (c->structure_size - c->unique_size, c->unique_size); in print_bcache_statistics()
412 print_percentage (c->total_size - c->structure_size, c->total_size); in print_bcache_statistics()
/freebsd-12.1/sys/dev/smartpqi/
H A Dsmartpqi_structures.h775 uint32_t structure_size; /* size of entire structure in bytes */ member
H A Dsmartpqi_discovery.c714 raidmap_size = LE_32(raid_map->structure_size); in pqisrc_raid_map_validation()