Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 6 of 6) sorted by relevance

/spdk/include/spdk/
H A Dlikely.h19 #define spdk_unlikely(cond) __builtin_expect((cond), 0) argument
20 #define spdk_likely(cond) __builtin_expect(!!(cond), 1) argument
H A Dassert.h20 #define SPDK_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument
/spdk/lib/ftl/utils/
H A Dftl_defs.h33 #define ftl_bug(cond) \ argument
/spdk/scripts/
H A Dcalc-iobuf.py62 def foreach(cond=lambda _: True): argument
/spdk/test/thread/lock/
H A Dspdk_lock.c34 #define ASSERT(cond) do { \ argument
/spdk/lib/thread/
H A Dthread.c225 SPIN_ASSERT_IMPL(cond,err,extra_log,ret) global() argument
235 SPIN_ASSERT_LOG_STACKS(cond,err,lock) global() argument
237 SPIN_ASSERT_RETURN(cond,err,ret) global() argument
238 SPIN_ASSERT(cond,err) global() argument