Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/rse_comms/
Drse_comms_atu.c19 uint32_t ref_count; member
52 if (atu_regions[idx].ref_count > 0 && in get_region_idx_from_host_buf()
85 if (atu_regions[idx].ref_count == 0) { in get_free_region_idx()
153 atu_regions[region_idx].ref_count++; in comms_atu_alloc_region()
169 atu_regions[region].ref_count--; in comms_atu_free_region()
172 if (atu_regions[region].ref_count == 0) { in comms_atu_free_region()
191 atu_regions[region_idx].ref_count -= regions.ref_counts[region_idx]; in comms_atu_free_regions()
194 if (atu_regions[region_idx].ref_count == 0) { in comms_atu_free_regions()