bits_to_set 1388 drivers/hid/hid-core.c int bits_to_set = 8 - bit_shift; bits_to_set 1390 drivers/hid/hid-core.c while (n - bits_to_set >= 0) { bits_to_set 1393 drivers/hid/hid-core.c value >>= bits_to_set; bits_to_set 1394 drivers/hid/hid-core.c n -= bits_to_set; bits_to_set 1395 drivers/hid/hid-core.c bits_to_set = 8; bits_to_set 195 drivers/video/fbdev/smscufx.c u32 bits_to_clear, u32 bits_to_set) bits_to_set 203 drivers/video/fbdev/smscufx.c data |= bits_to_set; bits_to_set 891 fs/btrfs/extent_io.c unsigned bits_to_set = *bits & ~EXTENT_CTLBITS; bits_to_set 897 fs/btrfs/extent_io.c if ((bits_to_set & EXTENT_DIRTY) && !(state->state & EXTENT_DIRTY)) { bits_to_set 901 fs/btrfs/extent_io.c ret = add_extent_changeset(state, bits_to_set, changeset, 1); bits_to_set 903 fs/btrfs/extent_io.c state->state |= bits_to_set; bits_to_set 5899 fs/btrfs/extent_io.c int bits_to_set = BITS_PER_BYTE - (pos % BITS_PER_BYTE); bits_to_set 5907 fs/btrfs/extent_io.c while (len >= bits_to_set) { bits_to_set 5909 fs/btrfs/extent_io.c len -= bits_to_set; bits_to_set 5910 fs/btrfs/extent_io.c bits_to_set = BITS_PER_BYTE; bits_to_set 165 fs/btrfs/free-space-tree.c int bits_to_set = BITS_PER_BYTE - (start % BITS_PER_BYTE); bits_to_set 168 fs/btrfs/free-space-tree.c while (len - bits_to_set >= 0) { bits_to_set 170 fs/btrfs/free-space-tree.c len -= bits_to_set; bits_to_set 171 fs/btrfs/free-space-tree.c bits_to_set = BITS_PER_BYTE; bits_to_set 800 fs/xfs/xfs_buf_item.c uint bits_to_set; bits_to_set 817 fs/xfs/xfs_buf_item.c bits_to_set = last_bit - first_bit + 1; bits_to_set 840 fs/xfs/xfs_buf_item.c end_bit = min(bit + bits_to_set, (uint)NBWORD); bits_to_set 853 fs/xfs/xfs_buf_item.c while ((bits_to_set - bits_set) >= NBWORD) { bits_to_set 862 fs/xfs/xfs_buf_item.c end_bit = bits_to_set - bits_set; bits_to_set 274 lib/bitmap.c int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); bits_to_set 277 lib/bitmap.c while (len - bits_to_set >= 0) { bits_to_set 279 lib/bitmap.c len -= bits_to_set; bits_to_set 280 lib/bitmap.c bits_to_set = BITS_PER_LONG; bits_to_set 88 lib/genalloc.c int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); bits_to_set 91 lib/genalloc.c while (nr - bits_to_set >= 0) { bits_to_set 94 lib/genalloc.c nr -= bits_to_set; bits_to_set 95 lib/genalloc.c bits_to_set = BITS_PER_LONG;