Searched refs:active_map (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Dzstd.c81 unsigned long active_map; member in struct:zstd_workspace_manager
138 clear_bit(level - 1, &wsm.active_map);
196 set_bit(ZSTD_BTRFS_MAX_LEVEL - 1, &wsm.active_map);
226 * This iterates over the set bits in the active_map beginning at the requested
240 for_each_set_bit_from(i, &wsm.active_map, ZSTD_BTRFS_MAX_LEVEL) {
250 clear_bit(i, &wsm.active_map);
332 set_bit(workspace->level - 1, &wsm.active_map);
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-driver.c422 store_byte(vb, go->active_map[i]);
425 if (!(go->active_map[y * stride + (x >> 3)] & (1 << (x & 7))))
486 if (stride * y + (x >> 3) < sizeof(go->active_map))
487 go->active_map[stride * y + (x >> 3)] |=
616 memset(go->active_map, 0,
617 sizeof(go->active_map));
H A Dgo7007-priv.h221 unsigned char active_map[216]; member in struct:go7007

Completed in 272 milliseconds