Searched refs:control_count (Results 1 – 2 of 2) sorted by relevance
198 if (pC->control_count && pC->cache_size_in_bytes) { in control_cache_alloc_check()204 pC->control_count); in control_cache_alloc_check()205 for (i = 0; i < pC->control_count; i++) { in control_cache_alloc_check()249 if (info->control_index == pC->control_count - 1) in control_cache_alloc_check()632 struct hpi_control_cache *hpi_alloc_control_cache(const u32 control_count, in hpi_alloc_control_cache() argument640 p_cache->p_info = kcalloc(control_count, sizeof(*p_cache->p_info), in hpi_alloc_control_cache()647 p_cache->control_count = control_count; in hpi_alloc_control_cache()
42 u32 control_count; member