Home
last modified time | relevance | path

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

/openbmc/linux/include/kunit/
H A Dtest.h628 condition_, \ argument
633 if (likely(!!(condition_) == !!expected_true_)) \
640 KUNIT_INIT_ASSERT(.condition = #condition_, \
/openbmc/linux/net/tipc/
H A Dsocket.c426 #define tipc_wait_for_cond(sock_, timeo_, condition_) \ argument
432 while ((rc_ = !(condition_))) { \