shared_alloc_size 55 drivers/md/dm-stats.c size_t shared_alloc_size; shared_alloc_size 182 drivers/md/dm-stats.c dm_kvfree(s, s->shared_alloc_size); shared_alloc_size 247 drivers/md/dm-stats.c size_t shared_alloc_size; shared_alloc_size 265 drivers/md/dm-stats.c shared_alloc_size = struct_size(s, stat_shared, n_entries); shared_alloc_size 266 drivers/md/dm-stats.c if ((shared_alloc_size - sizeof(struct dm_stat)) / sizeof(struct dm_stat_shared) != n_entries) shared_alloc_size 277 drivers/md/dm-stats.c if (!check_shared_memory(shared_alloc_size + histogram_alloc_size + shared_alloc_size 281 drivers/md/dm-stats.c s = dm_kvzalloc(shared_alloc_size, NUMA_NO_NODE); shared_alloc_size 290 drivers/md/dm-stats.c s->shared_alloc_size = shared_alloc_size;