__bitmap_empty 87 include/linux/bitmap.h extern int __bitmap_empty(const unsigned long *bitmap, int bits); __bitmap_empty 248 include/linux/bitmap.h return __bitmap_empty(src, nbits);