Lines Matching refs:nptcg
145 static u16 nptcg = 1; variable
193 BUG_ON(1 < nptcg); in setup_ptcg_sem()
195 BUG_ON(max_purges < nptcg); in setup_ptcg_sem()
201 nptcg = max_purges; in setup_ptcg_sem()
205 need_ptcg_sem = num_possible_cpus() > nptcg; in setup_ptcg_sem()
215 nptcg = max_purges; in setup_ptcg_sem()
216 if (nptcg == PALO_MAX_TLB_PURGES) { in setup_ptcg_sem()
223 if (nptcg != PALO_MAX_TLB_PURGES) in setup_ptcg_sem()
224 need_ptcg_sem = (num_possible_cpus() > nptcg); in setup_ptcg_sem()
232 nptcg = max_purges; in setup_ptcg_sem()
235 if (max_purges < nptcg) in setup_ptcg_sem()
236 nptcg = max_purges; in setup_ptcg_sem()
237 if (nptcg == PAL_MAX_PURGES) { in setup_ptcg_sem()
241 need_ptcg_sem = (num_possible_cpus() > nptcg); in setup_ptcg_sem()