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

/linux-master/net/ceph/
H A Dosdmap.c253 kfree(arg->weight_set[j].weights);
254 kfree(arg->weight_set);
319 arg->weight_set = kmalloc_array(arg->weight_set_size,
320 sizeof(*arg->weight_set),
322 if (!arg->weight_set)
326 struct crush_weight_set *w = &arg->weight_set[i];
/linux-master/net/ceph/crush/
H A Dmapper.c309 if (!arg || !arg->weight_set)
314 return arg->weight_set[position].weights;
/linux-master/include/linux/crush/
H A Dcrush.h178 struct crush_weight_set *weight_set; /*!< weight replacements for member in struct:crush_choose_arg

Completed in 171 milliseconds