Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/mm/
Dmmu_context_nohash.c164 unsigned int id, nrf, nact; in context_check_map() local
166 nrf = nact = 0; in context_check_map()
175 nact += context_mm[id]->context.active; in context_check_map()
182 if (nact > num_online_cpus()) in context_check_map()
184 nact, num_online_cpus()); in context_check_map()
/linux-3.4.99/drivers/net/
Drionet.c82 static int nact; /* total number of active rionet peers */ variable
188 add_num = nact; in rionet_start_xmit()
235 nact++; in rionet_dbell_event()
243 nact--; in rionet_dbell_event()
539 nact = 0; in rionet_probe()