straws            226 include/linux/crush/crush.h 	__u32 *straws;         /* 16-bit fixed point */
straws             71 net/ceph/crush/crush.c 	kfree(b->straws);
straws            239 net/ceph/crush/mapper.c 		draw *= bucket->straws[i];
straws            112 net/ceph/osdmap.c 	b->straws = kcalloc(b->h.size, sizeof(u32), GFP_NOFS);
straws            113 net/ceph/osdmap.c 	if (b->straws == NULL)
straws            118 net/ceph/osdmap.c 		b->straws[j] = ceph_decode_32(p);