Deleted Added
full compact
spa.c (168926) spa.c (168962)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 43 unchanged lines hidden (view full) ---

52#include <sys/unique.h>
53#include <sys/dsl_pool.h>
54#include <sys/dsl_dataset.h>
55#include <sys/dsl_dir.h>
56#include <sys/dsl_prop.h>
57#include <sys/dsl_synctask.h>
58#include <sys/fs/zfs.h>
59#include <sys/callb.h>
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 43 unchanged lines hidden (view full) ---

52#include <sys/unique.h>
53#include <sys/dsl_pool.h>
54#include <sys/dsl_dataset.h>
55#include <sys/dsl_dir.h>
56#include <sys/dsl_prop.h>
57#include <sys/dsl_synctask.h>
58#include <sys/fs/zfs.h>
59#include <sys/callb.h>
60#include <sys/sunddi.h>
60
61int zio_taskq_threads = 0;
62SYSCTL_DECL(_vfs_zfs);
63SYSCTL_NODE(_vfs_zfs, OID_AUTO, zio, CTLFLAG_RW, 0, "ZFS ZIO");
64TUNABLE_INT("vfs.zfs.zio.taskq_threads", &zio_taskq_threads);
65SYSCTL_INT(_vfs_zfs_zio, OID_AUTO, taskq_threads, CTLFLAG_RW,
66 &zio_taskq_threads, 0, "Number of ZIO threads per ZIO type");
67

--- 3233 unchanged lines hidden ---
61
62int zio_taskq_threads = 0;
63SYSCTL_DECL(_vfs_zfs);
64SYSCTL_NODE(_vfs_zfs, OID_AUTO, zio, CTLFLAG_RW, 0, "ZFS ZIO");
65TUNABLE_INT("vfs.zfs.zio.taskq_threads", &zio_taskq_threads);
66SYSCTL_INT(_vfs_zfs_zio, OID_AUTO, taskq_threads, CTLFLAG_RW,
67 &zio_taskq_threads, 0, "Number of ZIO threads per ZIO type");
68

--- 3233 unchanged lines hidden ---