Home
last modified time | relevance | path

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

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