Searched refs:histogram_alloc_size (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-stats.c57 size_t histogram_alloc_size; member in struct:dm_stat
181 dm_kvfree(s->stat_percpu[cpu][0].histogram, s->histogram_alloc_size);
184 dm_kvfree(s->stat_shared[0].tmp.histogram, s->histogram_alloc_size);
275 size_t histogram_alloc_size; local
302 histogram_alloc_size = (n_histogram_entries + 1) * (size_t)n_entries * sizeof(unsigned long long);
303 if (histogram_alloc_size / (n_histogram_entries + 1) != (size_t)n_entries * sizeof(unsigned long long))
309 if (!check_shared_memory(shared_alloc_size + histogram_alloc_size +
310 num_possible_cpus() * (percpu_alloc_size + histogram_alloc_size)))
324 s->histogram_alloc_size = histogram_alloc_size;
[all...]

Completed in 150 milliseconds