Lines Matching defs:bitmap
34 /* length of the component bitmap */
118 * * Extract the size of the component bitmap length
161 dev_dbg(dev, "Invalid component bitmap length. The length is %u, which is not a multiple of 8\n",
314 * component bitmap length, the version string length, the length of all
350 /* check that we have space for the component bitmap length */
739 unsigned long *bitmap = data->matching_record->component_bitmap;
747 if (!test_bit(index, bitmap))
753 if (index == find_first_bit(bitmap, data->component_bitmap_len))
755 if (index == find_last_bit(bitmap, data->component_bitmap_len))
781 unsigned long *bitmap = data->matching_record->component_bitmap;
789 if (!test_bit(index, bitmap))