Home
last modified time | relevance | path

Searched refs:taskq_dispatch_ent (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dtaskq.h91 void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h93 extern void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
/freebsd/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c159 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, u_int flags, in taskq_dispatch_ent() function
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h190 extern void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c162 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, in taskq_dispatch_ent() function
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c636 taskq_dispatch_ent(ztqs->tqs_taskq[tq_idx], in zvol_request_impl()
644 taskq_dispatch_ent(ztqs->tqs_taskq[tq_idx], in zvol_request_impl()
666 taskq_dispatch_ent(ztqs->tqs_taskq[tq_idx], in zvol_request_impl()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c473 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint32_t flags, in taskq_dispatch_ent() function
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h509 extern void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c784 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, in taskq_dispatch_ent() function
853 EXPORT_SYMBOL(taskq_dispatch_ent);
H A Dspl-kmem-cache.c1043 taskq_dispatch_ent(spl_kmem_cache_taskq, in spl_cache_grow()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c1693 taskq_dispatch_ent(dmu_objset_pool(os)->dp_sync_taskq, in sync_dnodes_task()
1851 taskq_dispatch_ent(dmu_objset_pool(os)->dp_sync_taskq, in dmu_objset_sync()
H A Darc.c4505 taskq_dispatch_ent(arc_flush_taskq, arc_flush_task, in arc_flush_async()
9967 taskq_dispatch_ent(arc_flush_taskq, l2arc_device_teardown, rva, in l2arc_remove_vdev()
H A Ddbuf.c602 taskq_dispatch_ent(dbu_evict_taskq, dbu->dbu_evict_func_async, in dbuf_evict_user()
H A Dzfs_ioctl.c5747 taskq_dispatch_ent(dba->dba_tq, dump_bytes_cb, &dbi, TQ_SLEEP, in dump_bytes()
H A Dspa.c1587 taskq_dispatch_ent(tq, func, zio, cutinline ? TQ_FRONT : 0, in spa_taskq_dispatch()