Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Drestore_sigalarm.patch11 + struct sigaction nact, oact;
22 + nact.sa_handler = timeout;
23 + nact.sa_flags = 0;
24 + (void) sigemptyset(&nact.sa_mask);
25 + (void) sigaction(SIGALRM, &nact, &oact);
H A Dsiglongjmp.patch32 nact.sa_handler = timeout;
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/
H A 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()