Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dbitmap.h231 static inline long bitmap_count_one(const unsigned long *bitmap, long nbits) in bitmap_count_one() function
253 return bitmap_count_one(bitmap_start, bits_to_count) - in bitmap_count_one_with_offset()
254 bitmap_count_one(bitmap_start, redundant_bits); in bitmap_count_one_with_offset()
/openbmc/qemu/crypto/
H A Dblock-luks.c1815 slot_count = bitmap_count_one(&slots_to_erase_bitmap, in qcrypto_block_luks_amend_erase_keyslots()