Home
last modified time | relevance | path

Searched refs:item_weight (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/ceph/crush/
Dcrush.c34 return ((struct crush_bucket_uniform *)b)->item_weight; in crush_get_bucket_item_weight()
/linux-6.1.9/include/linux/crush/
Dcrush.h206 __u32 item_weight; /* 16-bit fixed point; all items equally weighted */ member
/linux-6.1.9/net/ceph/
Dosdmap.c76 b->item_weight = ceph_decode_32(p); in crush_decode_uniform_bucket()