Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/mm/nohash/
Dmmu_context.c233 unsigned int id, nrf, nact; in context_check_map() local
235 nrf = nact = 0; in context_check_map()
244 nact += context_mm[id]->context.active; in context_check_map()
251 if (nact > num_online_cpus()) in context_check_map()
253 nact, num_online_cpus()); in context_check_map()
/Linux-v5.10/drivers/net/
Drionet.c76 int nact; /* number of active peers */ member
182 add_num = nets[rnet->mport->id].nact; in rionet_start_xmit()
244 nets[netid].nact++; in rionet_dbell_event()
256 nets[netid].nact--; in rionet_dbell_event()
426 nets[netid].nact--; in rionet_remove_dev()
590 nets[netid].nact = 0; in rionet_add_dev()
672 WARN(nets[id].nact, "%s called when connected to %d peers\n", in rionet_remove_mport()
673 __func__, nets[id].nact); in rionet_remove_mport()