bits_to_clear     195 drivers/video/fbdev/smscufx.c 	u32 bits_to_clear, u32 bits_to_set)
bits_to_clear     202 drivers/video/fbdev/smscufx.c 	data &= (~bits_to_clear);
bits_to_clear     606 fs/btrfs/extent_io.c 	unsigned bits_to_clear = *bits & ~EXTENT_CTLBITS;
bits_to_clear     609 fs/btrfs/extent_io.c 	if ((bits_to_clear & EXTENT_DIRTY) && (state->state & EXTENT_DIRTY)) {
bits_to_clear     618 fs/btrfs/extent_io.c 	ret = add_extent_changeset(state, bits_to_clear, changeset, 0);
bits_to_clear     620 fs/btrfs/extent_io.c 	state->state &= ~bits_to_clear;
bits_to_clear    5941 fs/btrfs/extent_io.c 	int bits_to_clear = BITS_PER_BYTE - (pos % BITS_PER_BYTE);
bits_to_clear    5949 fs/btrfs/extent_io.c 	while (len >= bits_to_clear) {
bits_to_clear    5951 fs/btrfs/extent_io.c 		len -= bits_to_clear;
bits_to_clear    5952 fs/btrfs/extent_io.c 		bits_to_clear = BITS_PER_BYTE;
bits_to_clear     498 fs/btrfs/extent_io.h 				  unsigned bits_to_clear,
bits_to_clear     295 lib/bitmap.c   	int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG);
bits_to_clear     298 lib/bitmap.c   	while (len - bits_to_clear >= 0) {
bits_to_clear     300 lib/bitmap.c   		len -= bits_to_clear;
bits_to_clear     301 lib/bitmap.c   		bits_to_clear = BITS_PER_LONG;
bits_to_clear     123 lib/genalloc.c 	int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG);
bits_to_clear     126 lib/genalloc.c 	while (nr - bits_to_clear >= 0) {
bits_to_clear     129 lib/genalloc.c 		nr -= bits_to_clear;
bits_to_clear     130 lib/genalloc.c 		bits_to_clear = BITS_PER_LONG;
bits_to_clear       9 tools/testing/radix-tree/bitmap.c 	int bits_to_clear = BITS_PER_LONG - (start % BITS_PER_LONG);
bits_to_clear      12 tools/testing/radix-tree/bitmap.c 	while (len - bits_to_clear >= 0) {
bits_to_clear      14 tools/testing/radix-tree/bitmap.c 		len -= bits_to_clear;
bits_to_clear      15 tools/testing/radix-tree/bitmap.c 		bits_to_clear = BITS_PER_LONG;