Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py39 def _fail(*args): function
61 _fail("Check failed", a, "!=", b, comment)
67 _fail("Check failed", a, "==", b, comment)
72 _fail("Check failed", a, "does not eval to True", comment)
77 _fail("Check failed", a, "is None", comment)
82 _fail("Check failed", a, "not in", b, comment)
87 _fail("Check failed", a, "in", b, comment)
92 _fail("Check failed", a, "is not", b, comment)
97 _fail("Check failed", a, "<", b, comment)
102 _fail("Chec
[all...]
/linux/include/linux/
H A Dcleanup.h444 #define __scoped_cond_guard(_name, _fail, _label, args...) \ argument
448 _fail; \
453 #define scoped_cond_guard(_name, _fail, args...) \ argument
454 __scoped_cond_guard(_name, _fail, __UNIQUE_ID(label), args)