Searched refs:taskqueue_create_fast (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | taskqueue.h | 183 taskqueue_create_fast(#name, M_WAITOK, (enqueue), \ 218 struct taskqueue *taskqueue_create_fast(const char *name, int mflags,
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_fault.c | 276 unit->fault_taskqueue = taskqueue_create_fast("dmarff", M_WAITOK, in dmar_init_fault_log()
|
| H A D | intel_qi.c | 386 unit->qi_taskqueue = taskqueue_create_fast("dmarqf", M_WAITOK, in dmar_init_qi()
|
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | ethernet-rx.c | 364 cvm_oct_taskq = taskqueue_create_fast("oct_rx", M_NOWAIT, in cvm_oct_rx_initialize()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_taskqueue.c | 859 taskqueue_create_fast(const char *name, int mflags, in taskqueue_create_fast() function
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mca.c | 952 mca_tq = taskqueue_create_fast("mca", M_WAITOK, in mca_createtq()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 2552 dn_tq = taskqueue_create_fast("dummynet", M_WAITOK, in ip_dn_init()
|