sum_weights 212 include/linux/crush/crush.h __u32 *sum_weights; /* 16-bit fixed point. element i is sum sum_weights 57 net/ceph/crush/crush.c kfree(b->sum_weights); sum_weights 154 net/ceph/crush/mapper.c bucket->sum_weights[i], w); sum_weights 155 net/ceph/crush/mapper.c w *= bucket->sum_weights[i]; sum_weights 74 net/ceph/osdmap.c b->sum_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); sum_weights 75 net/ceph/osdmap.c if (b->sum_weights == NULL) sum_weights 80 net/ceph/osdmap.c b->sum_weights[j] = ceph_decode_32(p);