Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Desp_etm.c40 int group_ref_counts[SOC_ETM_GROUPS]; // reference count used to protect group install/uninstall member
93 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()
/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma.c48 … int group_ref_counts[SOC_GDMA_GROUPS]; // reference count used to protect group install/uninstall member
546 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()