Home
last modified time | relevance | path

Searched refs:npoll (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/netif/fwe/
H A Dif_fwe.c119 if (fwe->npoll.ifpc_stcount-- == 0) { in fwe_npoll_compat()
120 fwe->npoll.ifpc_stcount = fwe->npoll.ifpc_stfrac; in fwe_npoll_compat()
138 int cpuid = fwe->npoll.ifpc_cpuid; in fwe_npoll()
147 fwe->npoll.ifpc_stcount = 0; in fwe_npoll()
236 ifpoll_compat_setup(&fwe->npoll, NULL, NULL, device_get_unit(dev), in fwe_attach()
377 fwe->npoll.ifpc_stcount = 0; in fwe_init()
H A Dif_fwevar.h48 struct ifpoll_compat npoll; member
/dragonfly/sys/platform/pc64/x86_64/
H A Dipl.s319 xchgl %eax,PCPU(npoll) /* (atomic op) allow another Xipi */
450 xchgl %eax,PCPU(npoll) /* (atomic op) allow another Xipi */
/dragonfly/sys/dev/netif/em/
H A Dif_em.h303 struct ifpoll_compat npoll; member
H A Dif_em.c938 ifpoll_compat_setup(&adapter->npoll, in em_attach()
1543 if (adapter->npoll.ifpc_stcount-- == 0) { in em_npoll_compat()
1546 adapter->npoll.ifpc_stcount = adapter->npoll.ifpc_stfrac; in em_npoll_compat()
1571 int cpuid = adapter->npoll.ifpc_cpuid; in em_npoll()
3886 adapter->npoll.ifpc_stcount = 0; in em_disable_intr()
/dragonfly/contrib/bmake/
H A Djob.c2972 int i, maxfd, nselect, npoll; in emul_poll() local
3012 npoll = 0; in emul_poll()
3021 npoll++; in emul_poll()
3024 return npoll; in emul_poll()
/dragonfly/sys/platform/pc64/apic/
H A Dapic_vector.s353 xchgl %eax,PCPU(npoll) /* (atomic op) allow another Xipi */