| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | taskq.h | 48 typedef void (task_func_t)(void *); typedef 53 task_func_t *tqent_func; 89 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t); 90 extern taskqid_t taskq_dispatch_delay(taskq_t *, task_func_t, void *, 92 extern void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | taskq.h | 75 typedef void (task_func_t)(void *); typedef 115 task_func_t *tqent_func; 144 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t); 145 extern taskqid_t taskq_dispatch_delay(taskq_t *, task_func_t, void *, 147 extern void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 453 typedef void (task_func_t)(void *); 458 task_func_t *tqent_func; 505 extern taskqid_t taskq_dispatch(taskq_t *, task_func_t, void *, uint_t); 506 extern taskqid_t taskq_dispatch_delay(taskq_t *, task_func_t, void *, uint_t, 508 extern void taskq_dispatch_ent(taskq_t *, task_func_t, void *, uint_t,
|
| H A D | spa_impl.h | 442 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent); 444 task_func_t *func, void *arg, uint_t flags);
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | taskq.c | 104 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags) in taskq_dispatch() 137 taskq_dispatch_delay(taskq_t *tq, task_func_t func, void *arg, uint_t tqflags, in taskq_dispatch_delay() 160 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, in taskq_dispatch_ent()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 320 taskq_dispatch_delay(taskq_t *tq, task_func_t func, void *arg, in taskq_dispatch_delay() 355 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags) in taskq_dispatch() 394 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint32_t flags, in taskq_dispatch_ent()
|
| H A D | spl_vfs.c | 284 (task_func_t *)vrele, vp, TQ_SLEEP) != 0); in vn_rele_async()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-taskq.c | 568 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags) in taskq_dispatch() 633 taskq_dispatch_delay(taskq_t *tq, task_func_t func, void *arg, in taskq_dispatch_delay() 679 taskq_dispatch_ent(taskq_t *tq, task_func_t func, void *arg, uint_t flags, in taskq_dispatch_ent()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | txg.c | 460 (void) taskq_dispatch(tx->tx_commit_cb_taskq, (task_func_t *) in txg_dispatch_callbacks()
|
| H A D | zvol.c | 1235 (task_func_t *)ops->zv_free, zv, TQ_SLEEP); in zvol_remove_minors_impl()
|
| H A D | zio.c | 1900 spa_taskq_dispatch_ent(spa, t, q, (task_func_t *)zio_execute, zio, in zio_taskq_dispatch() 1990 (task_func_t *)zio_interrupt, in zio_delay_interrupt() 4762 (task_func_t *)zio_reexecute, zio, 0, in zio_done()
|
| H A D | spa.c | 1058 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent) in spa_taskq_dispatch_ent() 1080 task_func_t *func, void *arg, uint_t flags) in spa_taskq_dispatch_sync()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vnops_os.c | 403 (task_func_t *)iput, ip, TQ_SLEEP) != TASKQID_INVALID); in zfs_zrele_async()
|