Searched refs:control_count (Results 1 – 2 of 2) sorted by relevance
189 if (pC->control_count && pC->cache_size_in_bytes) { in control_cache_alloc_check()195 pC->control_count); in control_cache_alloc_check()196 for (i = 0; i < pC->control_count; i++) { in control_cache_alloc_check()202 if (control_index >= pC->control_count) { in control_cache_alloc_check()248 if (info->control_index == pC->control_count - 1) in control_cache_alloc_check()641 struct hpi_control_cache *hpi_alloc_control_cache(const u32 control_count, in hpi_alloc_control_cache() argument650 kcalloc(control_count, sizeof(*p_cache->p_info), GFP_KERNEL); in hpi_alloc_control_cache()657 p_cache->control_count = control_count; in hpi_alloc_control_cache()
38 u32 control_count; member