Whamcloud - gitweb
2b711843829ca725579809c679093913b230ffa3
[fs/lustre-release.git] / libcfs / include / libcfs / winnt / kp30.h
1 /*
2  * GPL HEADER START
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 only,
8  * as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License version 2 for more details (a copy is included
14  * in the LICENSE file that accompanied this code).
15  *
16  * You should have received a copy of the GNU General Public License
17  * version 2 along with this program; If not, see
18  * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
19  *
20  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
21  * CA 95054 USA or visit www.sun.com if you need additional information or
22  * have any questions.
23  *
24  * GPL HEADER END
25  */
26 /*
27  * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
28  * Use is subject to license terms.
29  */
30 /*
31  * This file is part of Lustre, http://www.lustre.org/
32  * Lustre is a trademark of Sun Microsystems, Inc.
33  */
34
35 #ifndef __LIBCFS_WINNT_KP30_H__
36 #define __LIBCFS_WINNT_KP30_H__
37
38 #ifdef __KERNEL__
39
40 /* Module parameter support */
41 #define CFS_MODULE_PARM(name, t, type, perm, desc)
42
43 #define CFS_SYSFS_MODULE_PARM    0 /* no sysfs access to module parameters */
44
45 #define LASSERT_SPIN_LOCKED(lock) do {} while(0)
46 #define LASSERT_SEM_LOCKED(sem) LASSERT(down_trylock(sem) != 0)
47
48 /* winnt panic */
49 void libcfs_panic(char *msg);
50 #define LIBCFS_PANIC(msg) libcfs_panic(msg)
51 void libcfs_register_panic_notifier();
52 void libcfs_unregister_panic_notifier();
53
54
55 #define cfs_work_struct_t WORK_QUEUE_ITEM
56 #define cfs_schedule_work(tq)
57 #define cfs_get_work_data(type,field,data)   (data)
58
59 /* ------------------------------------------------------------------- */
60
61 #define PORTAL_SYMBOL_REGISTER(x)               cfs_symbol_register(#x, &x)
62 #define PORTAL_SYMBOL_UNREGISTER(x)             cfs_symbol_unregister(#x)
63
64 #define PORTAL_SYMBOL_GET(x)                    (cfs_symbol_get(#x))
65 #define PORTAL_SYMBOL_PUT(x)                    cfs_symbol_put(#x)
66
67 #define PORTAL_MODULE_USE                       do{}while(0)
68 #define PORTAL_MODULE_UNUSE                     do{}while(0)
69
70 #define printk                                  DbgPrint
71 #define ptintf                                  DbgPrint
72 #define printk_ratelimit()                      (FALSE)
73 #define vprintk(f, a)                           vDbgPrintEx(DPFLTR_IHVDRIVER_ID, DPFLTR_ERROR_LEVEL, f, a)
74                                                 /* vDbgPrintEx only available on xp and later OS */
75 #define cfs_assert                              ASSERT
76
77 #else  /* !__KERNEL__ */
78
79 # include <stdio.h>
80 # include <stdlib.h>
81 #ifdef __CYGWIN__
82 # include <cygwin-ioctl.h>
83 #endif
84 # include <time.h>
85 #include <crtdbg.h>
86
87 #define cfs_assert     _ASSERT
88
89 #ifndef get_cpu
90 #define cfs_get_cpu() cfs_smp_processor_id()
91 #define cfs_put_cpu() do { } while (0)
92 #else
93 #define cfs_get_cpu() get_cpu()
94 #define cfs_put_cpu() put_cpu()
95 #endif
96
97 #endif /* End of !__KERNEL__ */
98
99 /******************************************************************************/
100 /* Light-weight trace
101  * Support for temporary event tracing with minimal Heisenberg effect. */
102 #define LWT_SUPPORT  0
103
104 /* kernel hasn't defined this? */
105 typedef struct {
106         __s64      lwte_when;
107         char       *lwte_where;
108         void       *lwte_task;
109         long_ptr_t        lwte_p1;
110         long_ptr_t        lwte_p2;
111         long_ptr_t        lwte_p3;
112         long_ptr_t        lwte_p4;
113 # if BITS_PER_LONG > 32
114         long_ptr_t        lwte_pad;
115 # endif
116 } lwt_event_t;
117
118
119 # define LWT_EVENT(p1,p2,p3,p4)
120
121
122 /* ------------------------------------------------------------------ */
123
124 #define IOCTL_LIBCFS_TYPE long_ptr_t
125
126 #ifdef __CYGWIN__
127 # ifndef BITS_PER_LONG
128 #  if (~0UL) == 0xffffffffUL
129 #   define BITS_PER_LONG 32
130 #  else
131 #   define BITS_PER_LONG 64
132 #  endif
133 # endif
134 #endif
135
136 #if BITS_PER_LONG > 32
137 # define LI_POISON ((int)0x5a5a5a5a5a5a5a5a)
138 # define LL_POISON ((long_ptr_t)0x5a5a5a5a5a5a5a5a)
139 # define LP_POISON ((char *)(long_ptr_t)0x5a5a5a5a5a5a5a5a)
140 #else
141 # define LI_POISON ((int)0x5a5a5a5a)
142 # define LL_POISON ((long_ptr_t)0x5a5a5a5a)
143 # define LP_POISON ((char *)(long_ptr_t)0x5a5a5a5a)
144 #endif
145
146 #define LPF64 "%I64d"
147 #define LPU64 "%I64u"
148 #define LPD64 "%I64d"
149 #define LPX64 "%#I64x"
150 #define LPO64 "%#I64o"
151
152 /*
153  * long_ptr_t & ulong_ptr_t, same to "long" for linux
154  */
155 #if _x86_
156 # define LPLU "%u"
157 # define LPLD "%d"
158 # define LPLX "%#x"
159 # define LPPID "%d"
160 #else
161 # define LPLU "%Ii64u"
162 # define LPLD "%I64d"
163 # define LPLX "%#I64x"
164 # define LPPID "%d"
165 #endif
166
167 #endif