Deleted Added
full compact
spa.c (310515) spa.c (314355)
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

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

162static void spa_vdev_resilver_done(spa_t *spa);
163
164uint_t zio_taskq_batch_pct = 75; /* 1 thread per cpu in pset */
165#ifdef PSRSET_BIND
166id_t zio_taskq_psrset_bind = PS_NONE;
167#endif
168#ifdef SYSDC
169boolean_t zio_taskq_sysdc = B_TRUE; /* use SDC scheduling class */
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

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

162static void spa_vdev_resilver_done(spa_t *spa);
163
164uint_t zio_taskq_batch_pct = 75; /* 1 thread per cpu in pset */
165#ifdef PSRSET_BIND
166id_t zio_taskq_psrset_bind = PS_NONE;
167#endif
168#ifdef SYSDC
169boolean_t zio_taskq_sysdc = B_TRUE; /* use SDC scheduling class */
170#endif
171uint_t zio_taskq_basedc = 80; /* base duty cycle */
170uint_t zio_taskq_basedc = 80; /* base duty cycle */
171#endif
172
173boolean_t spa_create_process = B_TRUE; /* no process ==> no sysdc */
174extern int zfs_sync_pass_deferred_free;
175
176#ifndef illumos
177extern void spa_deadman(void *arg);
178#endif
179

--- 7182 unchanged lines hidden ---
172
173boolean_t spa_create_process = B_TRUE; /* no process ==> no sysdc */
174extern int zfs_sync_pass_deferred_free;
175
176#ifndef illumos
177extern void spa_deadman(void *arg);
178#endif
179

--- 7182 unchanged lines hidden ---