Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDbcache.c79 long unique_size; /* size of unique strings, in bytes */ member
243 bcache->unique_size += length; in bcache_data()
393 printf_filtered (" Unique object size: %ld\n", c->unique_size); in print_bcache_statistics()
395 print_percentage (c->total_size - c->unique_size, c->total_size); in print_bcache_statistics()
401 printf_filtered ("%ld\n", c->unique_size / c->unique_count); in print_bcache_statistics()
410 print_percentage (c->structure_size - c->unique_size, c->unique_size); in print_bcache_statistics()
/trueos/sys/dev/drm2/
HDdrm_pci.c194 master->unique_size = master->unique_len; in drm_pci_set_busid()
195 master->unique = malloc(master->unique_size, DRM_MEM_DRIVER, M_NOWAIT); in drm_pci_set_busid()
226 master->unique_size = u->unique_len + 1; in drm_pci_set_unique()
227 master->unique = malloc(master->unique_size, DRM_MEM_DRIVER, M_WAITOK); in drm_pci_set_unique()
HDdrm_ioctl.c76 master->unique_size = 0; in drm_unset_busid()
HDdrmP.h623 int unique_size; /**< amount allocated */ member