Home
last modified time | relevance | path

Searched refs:_CTASSERT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h124 #define CTASSERT_GLOBAL(x) _CTASSERT(x, __LINE__)
125 #define CTASSERT(x) { _CTASSERT(x, __LINE__); }
126 #define _CTASSERT(x, y) __CTASSERT(x, y) macro
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/
H A Dassert.h115 #define CTASSERT_GLOBAL(x) _CTASSERT(x, __LINE__)
116 #define CTASSERT(x) { _CTASSERT(x, __LINE__); }
117 #define _CTASSERT(x, y) __CTASSERT(x, y) macro