Home
last modified time | relevance | path

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

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