Searched refs:weight_set_size (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/ceph/
H A Dosdmap.c252 for (j = 0; j < arg->weight_set_size; j++)
315 ceph_decode_32_safe(p, end, arg->weight_set_size, e_inval);
316 if (arg->weight_set_size) {
319 arg->weight_set = kmalloc_array(arg->weight_set_size,
325 for (i = 0; i < arg->weight_set_size; i++) {
/linux-master/net/ceph/crush/
H A Dmapper.c312 if (position >= arg->weight_set_size)
313 position = arg->weight_set_size - 1;
/linux-master/include/linux/crush/
H A Dcrush.h180 __u32 weight_set_size; /*!< size of the __weight_set__ array */ member in struct:crush_choose_arg

Completed in 178 milliseconds