Home
last modified time | relevance | path

Searched refs:set_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/persistent-data/
H A Ddm-space-map.h46 int (*set_count)(struct dm_space_map *sm, dm_block_t b, uint32_t count); member
114 return sm->set_count(sm, b, count); in dm_sm_set_count()
H A Ddm-space-map-disk.c207 .set_count = sm_disk_set_count,
H A Ddm-space-map-metadata.c570 .set_count = sm_metadata_set_count,
707 .set_count = sm_bootstrap_set_count,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4105 int set_count) in planes_changed_for_existing_stream() argument
4122 for (i = 0; i < set_count; i++) in planes_changed_for_existing_stream()
4126 if (i == set_count) in planes_changed_for_existing_stream()
4143 int set_count, in add_all_planes_for_stream() argument
4148 for (i = 0; i < set_count; i++) in add_all_planes_for_stream()
4152 if (i == set_count) { in add_all_planes_for_stream()
4184 int set_count, in dc_validate_with_context() argument
4205 for (j = 0; j < set_count; j++) { in dc_validate_with_context()
4219 for (i = 0; i < set_count; i++) { in dc_validate_with_context()
4238 for (i = 0; i < set_count; i++) { in dc_validate_with_context()
[all …]