Home
last modified time | relevance | path

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

/include/linux/
Dbitmap.h312 void bitmap_from_arr64(unsigned long *bitmap, const u64 *buf, unsigned int nbits);
315 #define bitmap_from_arr64(bitmap, buf, nbits) \ macro
751 bitmap_from_arr64(dst, &mask, 64); in bitmap_from_u64()