Home
last modified time | relevance | path

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

/include/linux/
Dbitmap.h256 extern void bitmap_to_arr32(u32 *buf, const unsigned long *bitmap,
262 #define bitmap_to_arr32(buf, bitmap, nbits) \ macro