Searched refs:bitmap_zalloc (Results 1 – 5 of 5) sorted by relevance
1136 unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags) in bitmap_zalloc() function1140 EXPORT_SYMBOL(bitmap_zalloc);
112 extern unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags);
199 bits = bitmap_zalloc(n_events, GFP_KERNEL); in gpio_keys_attr_show_helper()243 bits = bitmap_zalloc(n_events, GFP_KERNEL); in gpio_keys_attr_store_helper()
1005 mask = bitmap_zalloc(cnt, GFP_KERNEL); in evdev_set_mask()
1233 sev_asid_bitmap = bitmap_zalloc(max_sev_asid, GFP_KERNEL); in sev_hardware_setup()