Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/rmi/
H A Drmixl_pcix.c847 for (int i=0; i < pip->dispatch_count; i++) { in rmixl_pcix_intr_disestablish()
916 dip = &pip->dispatch_data[pip->dispatch_count - 1]; in rmixl_pcix_intr_establish()
956 u_int dispatch_count; in rmixl_pcix_pip_add_1() local
959 dispatch_count = 1; in rmixl_pcix_pip_add_1()
967 for (int i=0; i < pip_old->dispatch_count; i++) { in rmixl_pcix_pip_add_1()
969 dispatch_count++; in rmixl_pcix_pip_add_1()
1010 for (int j=0, i=0; i < pip_old->dispatch_count; i++) { in rmixl_pcix_pip_add_1()
1024 pip_new->dispatch_count = dispatch_count; in rmixl_pcix_pip_add_1()
1060 for (int i=0; i < pip->dispatch_count; i++) { in rmixl_pcix_intr()
H A Drmixl_pcie.c1204 for (int i=0; i < lip->dispatch_count; i++) { in rmixl_pcie_intr_disestablish()
1284 dip = &lip->dispatch_data[lip->dispatch_count - 1]; in rmixl_pcie_intr_establish()
1317 u_int dispatch_count; in rmixl_pcie_lip_add_1() local
1320 dispatch_count = 1; in rmixl_pcie_lip_add_1()
1328 for (int i=0; i < lip_old->dispatch_count; i++) { in rmixl_pcie_lip_add_1()
1330 dispatch_count++; in rmixl_pcie_lip_add_1()
1372 for (int j=0, i=0; i < lip_old->dispatch_count; i++) { in rmixl_pcie_lip_add_1()
1386 lip_new->dispatch_count = dispatch_count; in rmixl_pcie_lip_add_1()
1430 for (u_int i=0; i < lip->dispatch_count; i++) { in rmixl_pcie_intr()
H A Drmixl_pcixvar.h58 u_int dispatch_count; member
H A Drmixl_pcievar.h75 u_int dispatch_count; member
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtask.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtask.c821 unsigned int dispatch_count = 0; in task_run() local
865 dispatch_count++; in task_run()
923 } else if (dispatch_count >= quantum) { in task_run()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c1135 unsigned dispatch_count = kernel->dependencies_count; in create_single_kernel_dispatch() local
1136 shadow->kernel_dispatch_count = dispatch_count; in create_single_kernel_dispatch()
1139 = GOMP_PLUGIN_malloc (dispatch_count * sizeof (shadow)); in create_single_kernel_dispatch()