Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/crush/
Dcrush.c65 map->bucket_parents[-1-c] = map->buckets[b]->id; in crush_calc_parents()
146 kfree(map->bucket_parents); in crush_destroy()
Dmapper.c515 force = map->bucket_parents[-1-force]; in crush_do_rule()
/linux-3.4.99/include/linux/crush/
Dcrush.h161 __u32 *bucket_parents; member
/linux-3.4.99/net/ceph/
Dosdmap.c167 c->bucket_parents = kcalloc(c->max_buckets, sizeof(u32), GFP_NOFS); in crush_decode()
168 if (c->bucket_parents == NULL) in crush_decode()