Searched refs:sum_weights (Results 1 - 4 of 4) sorted by path

/linux-master/include/linux/crush/
H A Dcrush.h212 __u32 *sum_weights; /* 16-bit fixed point. element i is sum member in struct:crush_bucket_list
/linux-master/net/ceph/crush/
H A Dcrush.c56 kfree(b->sum_weights);
H A Dmapper.c154 bucket->sum_weights[i], w);
155 w *= bucket->sum_weights[i];
/linux-master/net/ceph/
H A Dosdmap.c90 b->sum_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS);
91 if (b->sum_weights == NULL)
96 b->sum_weights[j] = ceph_decode_32(p);

Completed in 213 milliseconds