Home
last modified time | relevance | path

Searched refs:bitmap_zalloc (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/lib/
Dbitmap.c1136 unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags) in bitmap_zalloc() function
1140 EXPORT_SYMBOL(bitmap_zalloc);
/Linux-v4.19/include/linux/
Dbitmap.h112 extern unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags);
/Linux-v4.19/drivers/input/keyboard/
Dgpio_keys.c199 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()
/Linux-v4.19/drivers/input/
Devdev.c1005 mask = bitmap_zalloc(cnt, GFP_KERNEL); in evdev_set_mask()
/Linux-v4.19/arch/x86/kvm/
Dsvm.c1233 sev_asid_bitmap = bitmap_zalloc(max_sev_asid, GFP_KERNEL); in sev_hardware_setup()