Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/asihpi/
Dhpicmn.h43 u32 cache_size_in_bytes; member
Dhpicmn.c198 if (pC->control_count && pC->cache_size_in_bytes) { in control_cache_alloc_check()
246 if (byte_count >= pC->cache_size_in_bytes) in control_cache_alloc_check()
253 if (byte_count != pC->cache_size_in_bytes) in control_cache_alloc_check()
257 pC->cache_size_in_bytes); in control_cache_alloc_check()
646 p_cache->cache_size_in_bytes = size_in_bytes; in hpi_alloc_control_cache()