Searched refs:node_weights (Results 1 - 4 of 4) sorted by last modified time

/linux-master/net/ceph/
H A Dosdmap.c109 b->node_weights = kcalloc(b->num_nodes, sizeof(u32), GFP_NOFS);
110 if (b->node_weights == NULL)
114 b->node_weights[j] = ceph_decode_32(p);
/linux-master/net/ceph/crush/
H A Dmapper.c209 w = bucket->node_weights[n];
216 if (t < bucket->node_weights[l])
H A Dcrush.c38 return ((struct crush_bucket_tree *)b)->node_weights[crush_calc_tree_node(p)];
64 kfree(b->node_weights);
/linux-master/include/linux/crush/
H A Dcrush.h220 __u32 *node_weights; member in struct:crush_bucket_tree

Completed in 163 milliseconds