| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | taskq.h | 151 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t); 161 taskq_create(name, nthreads, pri, min, max, flags) 163 taskq_create(name, nthreads, maxclsyspri, min, max, flags)
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | taskq.c | 252 taskq_create(const char *name, int nthreads, pri_t pri, in taskq_create() function 366 system_taskq = taskq_create("system_taskq", 64, maxclsyspri, 4, 512, in system_taskq_init() 368 system_delay_taskq = taskq_create("delay_taskq", 4, maxclsyspri, 4, in system_taskq_init()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_context_os.h | 47 (taskq_create(a, b, maxclsyspri, d, e, f))
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_taskq.c | 99 system_taskq = taskq_create("system_taskq", mp_ncpus, minclsyspri, in system_taskq_init() 101 system_delay_taskq = taskq_create("system_delay_taskq", mp_ncpus, in system_taskq_init() 234 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc __unused, in taskq_create() function
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | taskq.h | 95 taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t);
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 500 extern taskq_t *taskq_create(const char *, int, pri_t, int, int, uint_t); 502 (taskq_create(a, b, c, d, e, f)) 504 (taskq_create(a, b, maxclsyspri, d, e, f))
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-taskq.c | 1035 taskq_create(const char *name, int threads_arg, pri_t pri, in taskq_create() function 1141 EXPORT_SYMBOL(taskq_create); 1375 system_taskq = taskq_create("spl_system_taskq", MAX(boot_ncpus, 64), in spl_taskq_init() 1380 system_delay_taskq = taskq_create("spl_delay_taskq", MAX(boot_ncpus, 4), in spl_taskq_init() 1390 dynamic_taskq = taskq_create("spl_dynamic_taskq", 1, in spl_taskq_init()
|
| H A D | spl-kmem-cache.c | 1456 spl_kmem_cache_taskq = taskq_create("spl_kmem_cache", in spl_kmem_cache_init()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_pool.c | 210 dp->dp_sync_taskq = taskq_create("dp_sync_taskq", in dsl_pool_open_impl() 214 dp->dp_zil_clean_taskq = taskq_create("dp_zil_clean_taskq", in dsl_pool_open_impl() 223 dp->dp_zrele_taskq = taskq_create("z_zrele", 100, defclsyspri, in dsl_pool_open_impl() 226 dp->dp_unlinked_drain_taskq = taskq_create("z_unlinked_drain", in dsl_pool_open_impl()
|
| H A D | txg.c | 448 tx->tx_commit_cb_taskq = taskq_create("tx_commit_cb", in txg_dispatch_callbacks()
|
| H A D | dmu_objset.c | 2777 tq = taskq_create("dmu_objset_find", ntasks, maxclsyspri, ntasks, in dmu_objset_find_dp()
|
| H A D | spa.c | 1276 spa->spa_zvol_taskq = taskq_create("z_zvol", 1, defclsyspri, in spa_activate() 1284 spa->spa_prefetch_taskq = taskq_create("z_prefetch", 100, in spa_activate() 1291 spa->spa_upgrade_taskq = taskq_create("z_upgrade", 100, in spa_activate()
|
| H A D | dsl_scan.c | 3124 scn->scn_taskq = taskq_create("dsl_scan_iss", nthreads, in scan_io_queues_run()
|
| H A D | vdev.c | 1680 taskq_t *tq = taskq_create("vdev_open", children, minclsyspri, in vdev_open_children_impl()
|
| H A D | dbuf.c | 833 dbu_evict_taskq = taskq_create("dbu_evict", 1, defclsyspri, 0, 0, 0); in dbuf_init()
|
| H A D | metaslab.c | 848 mg->mg_taskq = taskq_create("metaslab_group_taskq", metaslab_load_pct, in metaslab_group_create()
|
| H A D | arc.c | 7660 arc_prune_taskq = taskq_create("arc_prune", 100, defclsyspri, in arc_init()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_file.c | 49 vdev_file_taskq = taskq_create("z_vdev_file", MAX(max_ncpus, 16), in vdev_file_init()
|
| H A D | zfs_vfsops.c | 2058 zfsvfs_taskq = taskq_create("zfsvfs", 1, minclsyspri, 0, 0, 0); in zfs_init()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | vdev_file.c | 335 vdev_file_taskq = taskq_create("z_vdev_file", MAX(boot_ncpus, 16), in vdev_file_init()
|
| H A D | zvol_os.c | 1056 zvol_taskq = taskq_create(ZVOL_DRIVER, threads, maxclsyspri, in zvol_init()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/spi/ |
| H A D | kcf_spi.c | 201 prov_desc->pd_sched_info.ks_taskq = taskq_create("kcf_taskq", in crypto_register_provider()
|