Searched refs:active_map (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | zstd.c | 80 unsigned long active_map; member 133 clear_bit(level - 1, &wsm.active_map); in zstd_reclaim_timer_fn() 191 set_bit(ZSTD_BTRFS_MAX_LEVEL - 1, &wsm.active_map); in zstd_init_workspace_manager() 220 * This iterates over the set bits in the active_map beginning at the requested 234 for_each_set_bit_from(i, &wsm.active_map, ZSTD_BTRFS_MAX_LEVEL) { in zstd_find_workspace() 244 clear_bit(i, &wsm.active_map); in zstd_find_workspace() 324 set_bit(workspace->level - 1, &wsm.active_map); in zstd_put_workspace()
|
/kernel/linux/linux-5.10/drivers/media/usb/go7007/ |
H A D | go7007-driver.c | 420 store_byte(vb, go->active_map[i]); in go7007_motion_regions() 423 if (!(go->active_map[y * stride + (x >> 3)] & (1 << (x & 7)))) in go7007_motion_regions() 484 if (stride * y + (x >> 3) < sizeof(go->active_map)) in write_bitmap_word() 485 go->active_map[stride * y + (x >> 3)] |= in write_bitmap_word() 614 memset(go->active_map, 0, in go7007_parse_video_stream() 615 sizeof(go->active_map)); in go7007_parse_video_stream()
|
H A D | go7007-priv.h | 221 unsigned char active_map[216]; member
|
/kernel/linux/linux-6.6/drivers/media/usb/go7007/ |
H A D | go7007-driver.c | 422 store_byte(vb, go->active_map[i]); in go7007_motion_regions() 425 if (!(go->active_map[y * stride + (x >> 3)] & (1 << (x & 7)))) in go7007_motion_regions() 486 if (stride * y + (x >> 3) < sizeof(go->active_map)) in write_bitmap_word() 487 go->active_map[stride * y + (x >> 3)] |= in write_bitmap_word() 616 memset(go->active_map, 0, in go7007_parse_video_stream() 617 sizeof(go->active_map)); in go7007_parse_video_stream()
|
H A D | go7007-priv.h | 221 unsigned char active_map[216]; member
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | zstd.c | 80 unsigned long active_map; member 137 clear_bit(level - 1, &wsm.active_map); in zstd_reclaim_timer_fn() 195 set_bit(ZSTD_BTRFS_MAX_LEVEL - 1, &wsm.active_map); in zstd_init_workspace_manager() 224 * This iterates over the set bits in the active_map beginning at the requested 238 for_each_set_bit_from(i, &wsm.active_map, ZSTD_BTRFS_MAX_LEVEL) { in zstd_find_workspace() 248 clear_bit(i, &wsm.active_map); in zstd_find_workspace() 328 set_bit(workspace->level - 1, &wsm.active_map); in zstd_put_workspace()
|
Completed in 7 milliseconds