Lines Matching refs:GFP_NOFS
71 b->item_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_list_bucket()
74 b->sum_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_list_bucket()
93 b->node_weights = kcalloc(b->num_nodes, sizeof(u32), GFP_NOFS); in crush_decode_tree_bucket()
109 b->item_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_straw_bucket()
112 b->straws = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_straw_bucket()
130 b->item_weights = kcalloc(b->h.size, sizeof(u32), GFP_NOFS); in crush_decode_straw2_bucket()
353 c = kzalloc(sizeof(*c), GFP_NOFS); in crush_decode()
376 c->buckets = kcalloc(c->max_buckets, sizeof(*c->buckets), GFP_NOFS); in crush_decode()
379 c->rules = kcalloc(c->max_rules, sizeof(*c->rules), GFP_NOFS); in crush_decode()
417 b = c->buckets[i] = kzalloc(size, GFP_NOFS); in crush_decode()
432 b->items = kcalloc(b->size, sizeof(__s32), GFP_NOFS); in crush_decode()
498 r = kmalloc(struct_size(r, steps, yes), GFP_NOFS); in crush_decode()
899 char *name = kstrndup(*p, len, GFP_NOFS); in decode_pool_names()
1001 state = ceph_kvmalloc(array_size(max, sizeof(*state)), GFP_NOFS); in osdmap_set_max_osd()
1002 weight = ceph_kvmalloc(array_size(max, sizeof(*weight)), GFP_NOFS); in osdmap_set_max_osd()
1003 addr = ceph_kvmalloc(array_size(max, sizeof(*addr)), GFP_NOFS); in osdmap_set_max_osd()
1034 GFP_NOFS); in osdmap_set_max_osd()
1150 pi = kzalloc(sizeof(*pi), GFP_NOFS); in __decode_pools()
1320 GFP_NOFS); in set_primary_affinity()