Searched refs:splassert (Results 1 - 25 of 53) sorted by relevance

123

/openbsd-current/sys/arch/m88k/include/
H A Dintr.h82 #define splassert(__wantipl) do { \ macro
87 #define splsoftassert(wantipl) splassert(IPL_SOFTINT)
89 #define splassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/arch/landisk/include/
H A Dintr.h76 #define splassert(__wantipl) \ macro
82 #define splsoftassert(__wantipl) splassert(__wantipl)
84 #define splassert(wantipl) do { /* nothing yet */ } while (0) macro
/openbsd-current/sys/arch/powerpc64/include/
H A Dintr.h75 #define splassert(__wantipl) do { \ macro
80 #define splsoftassert(wantipl) splassert(wantipl)
82 #define splassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/kern/
H A Dvfs_biomem.c61 splassert(IPL_BIO);
75 splassert(IPL_BIO);
89 splassert(IPL_BIO);
144 splassert(IPL_BIO);
174 splassert(IPL_BIO);
236 splassert(IPL_BIO);
260 splassert(IPL_BIO);
301 splassert(IPL_BIO);
332 splassert(IPL_BIO);
H A Dsubr_xxx.c162 splassert(IPL_NONE);
H A Dvfs_bio.c109 splassert(IPL_BIO);
382 splassert(IPL_BIO);
407 splassert(IPL_BIO);
833 splassert(IPL_BIO);
853 splassert(IPL_BIO);
969 splassert(IPL_BIO);
1291 splassert(IPL_BIO);
1473 splassert(IPL_BIO);
1539 splassert(IPL_BIO);
1558 splassert(IPL_BI
[all...]
H A Dvfs_subr.c1916 splassert(IPL_BIO);
1937 splassert(IPL_BIO);
2099 splassert(IPL_BIO);
2126 splassert(IPL_BIO);
2159 splassert(IPL_BIO);
2187 splassert(IPL_BIO);
H A Dkern_clockintr.c171 splassert(IPL_CLOCK);
355 splassert(IPL_NONE);
/openbsd-current/sys/arch/hppa/include/
H A Dintr.h77 #define splassert(__wantipl) do { \ macro
82 #define splsoftassert(__wantipl) splassert(__wantipl)
84 #define splassert(__wantipl) do { /* nada */ } while (0) macro
/openbsd-current/sys/arch/powerpc/include/
H A Dintr.h100 #define splassert(__wantipl) do { \ macro
105 #define splsoftassert(wantipl) splassert(wantipl)
107 #define splassert(wantipl) do { /* nada */ } while (0) macro
/openbsd-current/sys/arch/loongson/include/
H A Dintr.h139 #define splassert(__wantipl) do { \ macro
144 #define splsoftassert(wantipl) splassert(wantipl)
146 #define splassert(X) macro
/openbsd-current/sys/arch/octeon/include/
H A Dintr.h138 #define splassert(__wantipl) do { \ macro
143 #define splsoftassert(wantipl) splassert(wantipl)
145 #define splassert(X) macro
/openbsd-current/sys/arch/arm64/include/
H A Dintr.h210 #define splassert(__wantipl) do { \ macro
215 #define splsoftassert(wantipl) splassert(wantipl)
217 #define splassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/arch/i386/include/
H A Dintr.h74 #define splassert(__wantipl) do { \ macro
79 #define splsoftassert(wantipl) splassert(wantipl)
81 #define splassert(wantipl) do { /* nada */ } while (0) macro
/openbsd-current/sys/arch/armv7/include/
H A Dintr.h213 #define splassert(__wantipl) do { \ macro
218 #define splsoftassert(wantipl) splassert(wantipl)
220 #define splassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/arch/riscv64/include/
H A Dintr.h222 #define splassert(__wantipl) do { \ macro
227 #define splsoftassert(wantipl) splassert(wantipl)
229 #define splassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/arch/alpha/include/
H A Dintr.h157 #define splassert(__wantipl) \ macro
163 #define splsoftassert(wantipl) splassert(IPL_SOFTINT)
165 #define splassert(wantipl) do { /* nothing */ } while (0) macro
/openbsd-current/sys/arch/amd64/include/
H A Dintr.h162 #define splassert(__wantipl) do { \ macro
167 #define splsoftassert(wantipl) splassert(wantipl)
169 #define splassert(wantipl) do { /* nada */ } while (0) macro
/openbsd-current/sys/arch/hppa/hppa/
H A Dfpu.c101 splassert(IPL_IPI);
/openbsd-current/sys/arch/sparc64/include/
H A Dpsl.h238 #define splassert(__wantipl) do { \ macro
243 #define splsoftassert(wantipl) splassert(wantipl)
245 #define splassert(wantipl) do { /* nada */ } while (0) macro
/openbsd-current/sys/dev/fdt/
H A Dohci_fdt.c113 splassert(IPL_USB);
/openbsd-current/sys/arch/armv7/sunxi/
H A Dsxitimer.c245 splassert(IPL_CLOCK);
H A Dsxiintc.c338 splassert(prio);
/openbsd-current/sys/uvm/
H A Duvm_pager.c743 splassert(IPL_BIO);
843 splassert(IPL_BIO);
/openbsd-current/sys/dev/pv/
H A Dviocon.c310 splassert(IPL_TTY);
331 splassert(IPL_TTY);

Completed in 295 milliseconds

123