Home
last modified time | relevance | path

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

/lib/
Dbitmap.c1446 void bitmap_from_arr32(unsigned long *bitmap, const u32 *buf, unsigned int nbits) in bitmap_from_arr32() function
1461 EXPORT_SYMBOL(bitmap_from_arr32);
Dtest_bitmap.c536 bitmap_from_arr32(bmap2, arr, nbits); in test_bitmap_arr32()