max_buckets       171 drivers/md/dm-region-hash.c 	unsigned nr_buckets, max_buckets;
max_buckets       179 drivers/md/dm-region-hash.c 	max_buckets = nr_regions >> 6;
max_buckets       180 drivers/md/dm-region-hash.c 	for (nr_buckets = 128u; nr_buckets < max_buckets; nr_buckets <<= 1)
max_buckets       879 drivers/md/dm-snap.c 	sector_t hash_size, cow_dev_size, max_buckets;
max_buckets       886 drivers/md/dm-snap.c 	max_buckets = calc_max_buckets();
max_buckets       889 drivers/md/dm-snap.c 	hash_size = min(hash_size, max_buckets);
max_buckets       243 include/linux/crush/crush.h 	__s32 max_buckets;
max_buckets       114 net/ceph/crush/crush.c 		for (b = 0; b < map->max_buckets; b++) {
max_buckets       535 net/ceph/crush/mapper.c 					    (-1-item) >= map->max_buckets) {
max_buckets       749 net/ceph/crush/mapper.c 					    (-1-item) >= map->max_buckets) {
max_buckets       863 net/ceph/crush/mapper.c 	v += map->max_buckets * sizeof(struct crush_work_bucket *);
max_buckets       864 net/ceph/crush/mapper.c 	for (b = 0; b < map->max_buckets; ++b) {
max_buckets       948 net/ceph/crush/mapper.c 			     -1-curstep->arg1 < map->max_buckets &&
max_buckets      1016 net/ceph/crush/mapper.c 				if (bno < 0 || bno >= map->max_buckets) {
max_buckets       277 net/ceph/osdmap.c 		arg_map->size = c->max_buckets;
max_buckets       322 net/ceph/osdmap.c 	    c->max_buckets * sizeof(struct crush_work_bucket *);
max_buckets       324 net/ceph/osdmap.c 	for (b = 0; b < c->max_buckets; b++) {
max_buckets       372 net/ceph/osdmap.c 	c->max_buckets = ceph_decode_32(p);
max_buckets       376 net/ceph/osdmap.c 	c->buckets = kcalloc(c->max_buckets, sizeof(*c->buckets), GFP_NOFS);
max_buckets       384 net/ceph/osdmap.c 	for (i = 0; i < c->max_buckets; i++) {