Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dmmu_context_nohash.c201 unsigned int id, nrf, nact; in context_check_map() local
203 nrf = nact = 0; in context_check_map()
212 nact += context_mm[id]->context.active; in context_check_map()
219 if (nact > num_online_cpus()) in context_check_map()
221 nact, num_online_cpus()); in context_check_map()