Searched refs:skip_blocks_cfg (Results 1 – 2 of 2) sorted by relevance
654 for (i = 0 ; i < skip_blocks_cfg->block_types_len ; i++) in hl_check_block_type_exclusion()655 if (block_type == skip_blocks_cfg->block_types[i]) in hl_check_block_type_exclusion()662 struct hl_skip_blocks_cfg *skip_blocks_cfg, in hl_check_block_range_exclusion() argument672 for (i = 0 ; i < skip_blocks_cfg->block_ranges_len ; i++) { in hl_check_block_range_exclusion()673 blocks_in_range = (skip_blocks_cfg->block_ranges[i].end - in hl_check_block_range_exclusion()674 skip_blocks_cfg->block_ranges[i].start) / in hl_check_block_range_exclusion()746 struct hl_skip_blocks_cfg *skip_blocks_cfg = in hl_iterate_special_blocks() local747 special_blocks_cfg->skip_blocks_cfg; in hl_iterate_special_blocks()768 skip_blocks_cfg, block_info_arr, in hl_iterate_special_blocks()770 (skip_blocks_cfg->skip_block_hook && in hl_iterate_special_blocks()[all …]
112 struct hl_skip_blocks_cfg *skip_blocks_cfg; member