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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/crush/
H A Dcrush.c57 for (b = 0; b < map->max_buckets; b++) {
63 c < -map->max_buckets);
131 for (b = 0; b < map->max_buckets; b++) {
H A Dcrush.h159 * -max_buckets.
164 __s32 max_buckets; member in struct:crush_map
H A Dmapper.c369 (-1-item) >= map->max_buckets);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/crush/
H A Dcrush.c57 for (b = 0; b < map->max_buckets; b++) {
63 c < -map->max_buckets);
131 for (b = 0; b < map->max_buckets; b++) {
H A Dcrush.h159 * -max_buckets.
164 __s32 max_buckets; member in struct:crush_map
H A Dmapper.c369 (-1-item) >= map->max_buckets);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Ddm-region-hash.c165 unsigned nr_buckets, max_buckets; local
172 max_buckets = nr_regions >> 6;
173 for (nr_buckets = 128u; nr_buckets < max_buckets; nr_buckets <<= 1)
H A Ddm-snap.c745 sector_t hash_size, cow_dev_size, origin_dev_size, max_buckets; local
753 max_buckets = calc_max_buckets();
756 hash_size = min(hash_size, max_buckets);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Ddm-region-hash.c165 unsigned nr_buckets, max_buckets; local
172 max_buckets = nr_regions >> 6;
173 for (nr_buckets = 128u; nr_buckets < max_buckets; nr_buckets <<= 1)
H A Ddm-snap.c745 sector_t hash_size, cow_dev_size, origin_dev_size, max_buckets; local
753 max_buckets = calc_max_buckets();
756 hash_size = min(hash_size, max_buckets);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Dosdmap.c159 c->max_buckets = ceph_decode_32(p);
166 c->bucket_parents = kcalloc(c->max_buckets, sizeof(u32), GFP_NOFS);
170 c->buckets = kcalloc(c->max_buckets, sizeof(*c->buckets), GFP_NOFS);
178 for (i = 0; i < c->max_buckets; i++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/
H A Dosdmap.c159 c->max_buckets = ceph_decode_32(p);
166 c->bucket_parents = kcalloc(c->max_buckets, sizeof(u32), GFP_NOFS);
170 c->buckets = kcalloc(c->max_buckets, sizeof(*c->buckets), GFP_NOFS);
178 for (i = 0; i < c->max_buckets; i++) {

Completed in 209 milliseconds