FreeBSD: Use ashift in vdev_check_boot_reserve()
[zfs.git] / include / os / linux / zfs / sys / trace_rrwlock.h
blobdbc94fee013656b3f16d6e5f0578bb666ce6a375
1 /*
2 * CDDL HEADER START
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.
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or https://opensource.org/licenses/CDDL-1.0.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
19 * CDDL HEADER END
22 #if defined(_KERNEL)
23 #if defined(HAVE_DECLARE_EVENT_CLASS)
25 #else
27 DEFINE_DTRACE_PROBE(zfs__rrwfastpath__rdmiss);
28 DEFINE_DTRACE_PROBE(zfs__rrwfastpath__exitmiss);
30 #endif /* HAVE_DECLARE_EVENT_CLASS */
31 #endif /* _KERNEL */