| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | taskq.h | 97 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t); 101 (taskq_create(a, b, c, d, e, f)) 103 ((void) sizeof (dc), taskq_create(a, b, maxclsyspri, d, e, f))
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | taskq.h | 194 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t); 206 taskq_create(name, nthreads, pri, min, max, flags) 209 taskq_create(name, nthreads, maxclsyspri, min, max, flags))
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | taskq.c | 275 taskq_create(const char *name, int nthreads, pri_t pri, in taskq_create() function 379 tq = taskq_create(name, nthreads, minclsyspri, nthreads, INT_MAX, in taskq_create_synced() 419 __system_taskq = taskq_create("system_taskq", 64, maxclsyspri, 4, 512, in system_taskq_init() 421 __system_delay_taskq = taskq_create("delay_taskq", 4, maxclsyspri, 4, in system_taskq_init()
|
| /freebsd/sys/cddl/compat/opensolaris/kern/ |
| H A D | opensolaris_taskq.c | 50 system_taskq = taskq_create("system_taskq", mp_ncpus, minclsyspri, in system_taskq_init() 83 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, in taskq_create() function
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 93 system_taskq = taskq_create("system_taskq", mp_ncpus, minclsyspri, in system_taskq_init() 95 system_delay_taskq = taskq_create("system_delay_taskq", mp_ncpus, in system_taskq_init() 230 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, in taskq_create() function 291 tq = taskq_create(name, nthreads, minclsyspri, nthreads, INT_MAX, in taskq_create_synced()
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | taskq.h | 84 taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_context_os.h | 50 ((void) sizeof (dc), taskq_create(a, b, maxclsyspri, d, e, f))
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | taskq.h | 97 taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
|
| /freebsd/sys/cddl/dev/dtrace/ |
| H A D | dtrace_load.c | 73 dtrace_taskq = taskq_create("dtrace_taskq", 1, maxclsyspri, 0, 0, 0); in dtrace_load()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-taskq.c | 1340 taskq_create(const char *name, int threads_arg, pri_t pri, in taskq_create() function 1449 EXPORT_SYMBOL(taskq_create); 1558 tq = taskq_create(name, nthreads, minclsyspri, nthreads, INT_MAX, in taskq_create_synced() 1794 system_taskq = taskq_create("spl_system_taskq", MAX(boot_ncpus, 64), in spl_taskq_init() 1799 system_delay_taskq = taskq_create("spl_delay_taskq", MAX(boot_ncpus, 4), in spl_taskq_init() 1807 dynamic_taskq = taskq_create("spl_dynamic_taskq", 1, in spl_taskq_init()
|
| H A D | spl-kmem-cache.c | 1431 spl_kmem_cache_taskq = taskq_create("spl_kmem_cache", in spl_kmem_cache_init()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_file.c | 58 vdev_file_taskq = taskq_create("z_vdev_file", MAX(boot_ncpus, 16), in vdev_file_init()
|
| H A D | dsl_pool.c | 215 dp->dp_zil_clean_taskq = taskq_create("dp_zil_clean_taskq", in dsl_pool_open_impl() 229 dp->dp_zrele_taskq = taskq_create("z_zrele", 100, defclsyspri, in dsl_pool_open_impl() 232 dp->dp_unlinked_drain_taskq = taskq_create("z_unlinked_drain", in dsl_pool_open_impl()
|
| H A D | txg.c | 472 tx->tx_commit_cb_taskq = taskq_create("tx_commit_cb", in txg_dispatch_callbacks()
|
| H A D | zvol.c | 2158 ztqs->tqs_taskq[i] = taskq_create(name, per_tq_thread, in zvol_init_impl()
|
| H A D | vdev.c | 2018 taskq_t *tq = taskq_create("vdev_open", children, minclsyspri, in vdev_open_children_impl() 2453 tq = taskq_create("vdev_validate", children, minclsyspri, in vdev_validate() 3812 tq = taskq_create("vdev_load", children, minclsyspri, in vdev_load()
|
| H A D | spa.c | 1871 spa->spa_zvol_taskq = taskq_create("z_zvol", 1, defclsyspri, in spa_activate() 1877 spa->spa_metaslab_taskq = taskq_create("z_metaslab", in spa_activate() 1886 spa->spa_prefetch_taskq = taskq_create("z_prefetch", 100, in spa_activate() 1893 spa->spa_upgrade_taskq = taskq_create("z_upgrade", 100, in spa_activate()
|
| H A D | dmu_objset.c | 2827 tq = taskq_create("dmu_objset_find", ntasks, maxclsyspri, ntasks, in dmu_objset_find_dp()
|
| H A D | arc.c | 4119 arc_evict_taskq = taskq_create("arc_evict", in arc_evict_thread_init() 8061 arc_prune_taskq = taskq_create("arc_prune", zfs_arc_prune_task_threads, in arc_init() 8069 arc_flush_taskq = taskq_create("arc_flush", MIN(boot_ncpus, 4), in arc_init()
|
| H A D | dsl_scan.c | 3561 scn->scn_taskq = taskq_create("dsl_scan_iss", nthreads, in scan_io_queues_run()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_iter.c | 655 taskq_t *tq = taskq_create("vdev_run_cmd", in all_pools_for_each_vdev_run_vcdl()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_mount.c | 1249 taskq_t *tq = taskq_create("zfs_foreach_mountpoint", nthr, minclsyspri, in zfs_foreach_mountpoint()
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 1483 tq = taskq_create("zpool_find_import", threads, minclsyspri, 1, INT_MAX, in zpool_find_import_impl()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 2184 zfsvfs_taskq = taskq_create("zfsvfs", 1, minclsyspri, 0, 0, 0); in zfs_init()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 281 …<elf-symbol name='taskq_create' type='func-type' binding='global-binding' visibility='default-visi… 2096 …on-decl name='taskq_create' mangled-name='taskq_create' visibility='default' binding='global' size…
|