Home
last modified time | relevance | path

Searched refs:straws (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/ceph/crush/
Dcrush.c70 kfree(b->straws); in crush_destroy_bucket_straw()
Dmapper.c239 draw *= bucket->straws[i]; in bucket_straw_choose()
/Linux-v6.6/include/linux/crush/
Dcrush.h226 __u32 *straws; /* 16-bit fixed point */ member
/Linux-v6.6/net/ceph/
Dosdmap.c128 b->straws = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_straw_bucket()
129 if (b->straws == NULL) in crush_decode_straw_bucket()
134 b->straws[j] = ceph_decode_32(p); in crush_decode_straw_bucket()