Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/drivers/net/
Drionet.c75 int nact; /* number of active peers */ member
184 add_num = nets[rnet->mport->id].nact; in rionet_start_xmit()
246 nets[rnet->mport->id].nact++; in rionet_dbell_event()
254 nets[rnet->mport->id].nact--; in rionet_dbell_event()
410 nets[netid].nact--; in rionet_remove_dev()
567 nets[netid].nact = 0; in rionet_add_dev()