Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dmmu_context_nohash.c237 unsigned int id, nrf, nact; in context_check_map() local
239 nrf = nact = 0; in context_check_map()
248 nact += context_mm[id]->context.active; in context_check_map()
255 if (nact > num_online_cpus()) in context_check_map()
257 nact, num_online_cpus()); in context_check_map()
/Linux-v4.19/drivers/net/
Drionet.c80 int nact; /* number of active peers */ member
185 add_num = nets[rnet->mport->id].nact; in rionet_start_xmit()
247 nets[netid].nact++; in rionet_dbell_event()
259 nets[netid].nact--; in rionet_dbell_event()
429 nets[netid].nact--; in rionet_remove_dev()
593 nets[netid].nact = 0; in rionet_add_dev()
675 WARN(nets[id].nact, "%s called when connected to %d peers\n", in rionet_remove_mport()
676 __func__, nets[id].nact); in rionet_remove_mport()