Searched refs:bitmap_zalloc (Results 1 – 4 of 4) sorted by relevance
724 unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags) in bitmap_zalloc() function728 EXPORT_SYMBOL(bitmap_zalloc);
798 graph->edges = bitmap_zalloc(nodes_count * nodes_count, GFP_KERNEL); in objagg_tmp_graph_create()
536 unsigned long *bits = bitmap_zalloc(nbits, GFP_KERNEL); in large_bitmap()
356 record->component_bitmap = bitmap_zalloc(record->component_bitmap_len, in pldm_parse_one_record()
Completed in 11 milliseconds