Searched refs:bits_to_clear (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/radix-tree/
H A Dbitmap.c9 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); local
12 while (len - bits_to_clear >= 0) {
14 len -= bits_to_clear;
15 bits_to_clear = BITS_PER_LONG;
/linux-master/drivers/firmware/efi/libstub/
H A Dbitmap.c27 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); local
30 while (len - bits_to_clear >= 0) {
32 len -= bits_to_clear;
33 bits_to_clear = BITS_PER_LONG;
/linux-master/lib/
H A Dgenalloc.c125 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); local
128 while (nr >= bits_to_clear) {
131 nr -= bits_to_clear;
132 bits_to_clear = BITS_PER_LONG;
H A Dbitmap.c383 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); local
386 while (len - bits_to_clear >= 0) {
388 len -= bits_to_clear;
389 bits_to_clear = BITS_PER_LONG;
/linux-master/fs/btrfs/
H A Dextent_io.h356 u32 bits_to_clear, unsigned long page_ops);
H A Dextent-io-tree.c575 u32 bits_to_clear = bits & ~EXTENT_CTLBITS; local
582 ret = add_extent_changeset(state, bits_to_clear, changeset, 0);
584 state->state &= ~bits_to_clear;
/linux-master/fs/ntfs3/
H A Dbitmap.c1543 int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG); local
1546 while (len - bits_to_clear >= 0) {
1548 len -= bits_to_clear;
1549 bits_to_clear = BITS_PER_LONG;
/linux-master/drivers/video/fbdev/
H A Dsmscufx.c196 u32 bits_to_clear, u32 bits_to_set)
203 data &= (~bits_to_clear);
195 ufx_reg_clear_and_set_bits(struct ufx_data *dev, u32 index, u32 bits_to_clear, u32 bits_to_set) argument

Completed in 436 milliseconds