Home
last modified time | relevance | path

Searched defs:bits_to_clear (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/radix-tree/
H A Dbitmap.c9 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_clear() local
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dbitmap.c27 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_clear() local
/openbmc/qemu/util/
H A Dbitmap.c225 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_clear() local
247 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_test_and_clear() local
292 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_test_and_clear_atomic() local
/openbmc/linux/lib/
H A Dgenalloc.c125 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_clear_ll() local
H A Dbitmap.c387 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_clear() local
/openbmc/linux/fs/btrfs/
H A Dextent-io-tree.c508 u32 bits_to_clear = bits & ~EXTENT_CTLBITS; in clear_state_bit() local
/openbmc/linux/fs/ntfs3/
H A Dbitmap.c1543 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); in ntfs_bitmap_clear_le() local
/openbmc/linux/drivers/video/fbdev/
H A Dsmscufx.c196 u32 bits_to_clear, u32 bits_to_set) in ufx_reg_clear_and_set_bits()