Home
last modified time | relevance | path

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

/linux-6.15/include/kunit/
H A Dtest.h716 condition_, \ argument
722 if (likely(!!(condition_) == !!expected_true_)) \
729 KUNIT_INIT_ASSERT(.condition = #condition_, \
/linux-6.15/net/tipc/
H A Dsocket.c423 #define tipc_wait_for_cond(sock_, timeo_, condition_) \ argument
429 while ((rc_ = !(condition_))) { \