active_map        420 drivers/media/usb/go7007/go7007-driver.c 		store_byte(vb, go->active_map[i]);
active_map        423 drivers/media/usb/go7007/go7007-driver.c 			if (!(go->active_map[y * stride + (x >> 3)] & (1 << (x & 7))))
active_map        484 drivers/media/usb/go7007/go7007-driver.c 		if (stride * y + (x >> 3) < sizeof(go->active_map))
active_map        485 drivers/media/usb/go7007/go7007-driver.c 			go->active_map[stride * y + (x >> 3)] |=
active_map        614 drivers/media/usb/go7007/go7007-driver.c 				memset(go->active_map, 0,
active_map        615 drivers/media/usb/go7007/go7007-driver.c 						sizeof(go->active_map));
active_map        221 drivers/media/usb/go7007/go7007-priv.h 	unsigned char active_map[216];
active_map         80 fs/btrfs/zstd.c 	unsigned long active_map;
active_map        134 fs/btrfs/zstd.c 			clear_bit(level - 1, &wsm.active_map);
active_map        192 fs/btrfs/zstd.c 		set_bit(ZSTD_BTRFS_MAX_LEVEL - 1, &wsm.active_map);
active_map        235 fs/btrfs/zstd.c 	for_each_set_bit_from(i, &wsm.active_map, ZSTD_BTRFS_MAX_LEVEL) {
active_map        245 fs/btrfs/zstd.c 				clear_bit(i, &wsm.active_map);
active_map        325 fs/btrfs/zstd.c 	set_bit(workspace->level - 1, &wsm.active_map);