comparison usr/src/uts/common/fs/zfs/sys/zfs_context.h @ 14164:dceb17481b99

4045 zfs write throttle & i/o scheduler performance work Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Ned Bass <bass6@llnl.gov> Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
author Matthew Ahrens <mahrens@delphix.com>
date Mon, 26 Aug 2013 13:13:26 -0800
parents 921a99998bb4
children
comparison
equal deleted inserted replaced
14163:712ede127bb4 14164:dceb17481b99
23 * Use is subject to license terms. 23 * Use is subject to license terms.
24 */ 24 */
25 25
26 /* 26 /*
27 * Copyright 2011 Nexenta Systems, Inc. All rights reserved. 27 * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
28 * Copyright (c) 2012 by Delphix. All rights reserved. 28 * Copyright (c) 2013 by Delphix. All rights reserved.
29 */ 29 */
30 30
31 #ifndef _SYS_ZFS_CONTEXT_H 31 #ifndef _SYS_ZFS_CONTEXT_H
32 #define _SYS_ZFS_CONTEXT_H 32 #define _SYS_ZFS_CONTEXT_H
33 33
68 #include <sys/sysevent/eventdefs.h> 68 #include <sys/sysevent/eventdefs.h>
69 #include <sys/sysevent/dev.h> 69 #include <sys/sysevent/dev.h>
70 #include <sys/fm/util.h> 70 #include <sys/fm/util.h>
71 #include <sys/sunddi.h> 71 #include <sys/sunddi.h>
72 #include <sys/cyclic.h> 72 #include <sys/cyclic.h>
73 #include <sys/disp.h>
74 #include <sys/callo.h>
73 75
74 #define CPU_SEQID (CPU->cpu_seqid) 76 #define CPU_SEQID (CPU->cpu_seqid)
75 77
76 #ifdef __cplusplus 78 #ifdef __cplusplus
77 } 79 }