Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/crush/
Dcrush.h168 __u32 *straws; /* 16-bit fixed point */ member
/linux-4.4.14/net/ceph/crush/
Dcrush.c72 kfree(b->straws); in crush_destroy_bucket_straw()
Dmapper.c236 draw *= bucket->straws[i]; in bucket_straw_choose()
/linux-4.4.14/net/ceph/
Dosdmap.c112 b->straws = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_straw_bucket()
113 if (b->straws == NULL) in crush_decode_straw_bucket()
118 b->straws[j] = ceph_decode_32(p); in crush_decode_straw_bucket()