Lines Matching defs:l1_domain_use_count
569 volatile u_int l1_domain_use_count;
1338 if (++l1->l1_domain_use_count < PMAP_DOMAINS)
1371 if (l1->l1_domain_use_count < PMAP_DOMAINS)
1379 l1->l1_domain_use_count--;
1387 if (l1->l1_domain_use_count == 0)
1415 if (l1->l1_domain_use_count == PMAP_DOMAINS)
1423 if (l1->l1_domain_use_count == PMAP_DOMAINS) {
4747 && pm->pm_l1->l1_domain_use_count == 1
4787 && pm->pm_l1->l1_domain_use_count == 1
6283 l1->l1_domain_use_count = 0;