Home
last modified time | relevance | path

Searched refs:ASSERT0P (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h178 #define ASSERT0P(x) ((void) sizeof ((uintptr_t)(x))) macro
194 #define ASSERT0P VERIFY0P macro
/freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h164 #define ASSERT0P(x) ((void) sizeof ((uintptr_t)(x))) macro
180 #define ASSERT0P VERIFY0P macro
/freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/
H A Dassert.h149 #define ASSERT0P(x) ((void) sizeof ((uintptr_t)(x))) macro
162 #define ASSERT0P VERIFY0P macro
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c2698 ASSERT0P(dbuf_find_dirty_eq(db, tx->tx_txg)); in dmu_buf_will_clone()