Searched refs:set_count (Results 1 – 7 of 7) sorted by relevance
/drivers/md/persistent-data/ |
D | dm-space-map.h | 46 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()
|
D | dm-space-map-metadata.c | 570 .set_count = sm_metadata_set_count, 707 .set_count = sm_bootstrap_set_count,
|
D | dm-space-map-disk.c | 207 .set_count = sm_disk_set_count,
|
/drivers/gpu/drm/amd/display/dc/dce112/ |
D | dce112_resource.h | 41 int set_count,
|
/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 2069 int set_count, in add_all_planes_for_stream() argument 2074 for (i = 0; i < set_count; i++) in add_all_planes_for_stream() 2078 if (i == set_count) { in add_all_planes_for_stream() 2868 int set_count) in planes_changed_for_existing_stream() argument 2883 for (i = 0; i < set_count; i++) in planes_changed_for_existing_stream() 2887 if (i == set_count) in planes_changed_for_existing_stream() 2920 int set_count, in dc_validate_with_context() argument 2941 for (j = 0; j < set_count; j++) { in dc_validate_with_context() 2955 for (i = 0; i < set_count; i++) { in dc_validate_with_context() 2974 for (i = 0; i < set_count; i++) { in dc_validate_with_context() [all …]
|
/drivers/gpu/drm/amd/display/dc/inc/ |
D | resource.h | 380 int set_count,
|
/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 1375 int set_count,
|