Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix_irm.c110 int total_avail_vectors; in apix_irm_init() local
162 total_avail_vectors = cpus_used * apix_irminfo.apix_per_cpu_vectors - in apix_irm_init()
167 if (total_avail_vectors <= 0) { in apix_irm_init()
176 (apix_system_max_vectors < total_avail_vectors)) in apix_irm_init()
177 total_avail_vectors = apix_system_max_vectors; in apix_irm_init()
185 total_avail_vectors -= cache_size; in apix_irm_init()
189 if (total_avail_vectors <= 0) { in apix_irm_init()
197 apix_irm_params.iparams_total = total_avail_vectors; in apix_irm_init()