Searched refs:group_ref_counts (Results 1 – 2 of 2) sorted by relevance
40 int group_ref_counts[SOC_ETM_GROUPS]; // reference count used to protect group install/uninstall member93 s_platform.group_ref_counts[group_id]++; in etm_acquire_group_handle()110 s_platform.group_ref_counts[group_id]--; in etm_release_group_handle()111 if (s_platform.group_ref_counts[group_id] == 0) { in etm_release_group_handle()
48 … int group_ref_counts[SOC_GDMA_GROUPS]; // reference count used to protect group install/uninstall member546 s_platform.group_ref_counts[group_id]--; in gdma_release_group_handle()547 if (s_platform.group_ref_counts[group_id] == 0) { in gdma_release_group_handle()584 s_platform.group_ref_counts[group_id]++; in gdma_acquire_group_handle()646 s_platform.group_ref_counts[group->group_id]++; // pair obtains a reference to group in gdma_acquire_pair_handle()