Home
last modified time | relevance | path

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

/lib/
Dbitmap.c1178 unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags) in bitmap_zalloc() function
1182 EXPORT_SYMBOL(bitmap_zalloc);
Dtest_printf.c509 unsigned long *bits = bitmap_zalloc(nbits, GFP_KERNEL); in large_bitmap()