Lines Matching refs:nptcg
137 static u16 nptcg = 1; variable
185 BUG_ON(1 < nptcg); in setup_ptcg_sem()
187 BUG_ON(max_purges < nptcg); in setup_ptcg_sem()
193 nptcg = max_purges; in setup_ptcg_sem()
197 need_ptcg_sem = num_possible_cpus() > nptcg; in setup_ptcg_sem()
207 nptcg = max_purges; in setup_ptcg_sem()
208 if (nptcg == PALO_MAX_TLB_PURGES) { in setup_ptcg_sem()
215 if (nptcg != PALO_MAX_TLB_PURGES) in setup_ptcg_sem()
216 need_ptcg_sem = (num_possible_cpus() > nptcg); in setup_ptcg_sem()
224 nptcg = max_purges; in setup_ptcg_sem()
227 if (max_purges < nptcg) in setup_ptcg_sem()
228 nptcg = max_purges; in setup_ptcg_sem()
229 if (nptcg == PAL_MAX_PURGES) { in setup_ptcg_sem()
233 need_ptcg_sem = (num_possible_cpus() > nptcg); in setup_ptcg_sem()