Searched refs:ksft_is (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/net/ |
| H A D | stats.py | 8 from lib.py import ksft_ge, ksft_eq, ksft_is, ksft_in, ksft_lt, ksft_true, ksft_raises 207 ksft_is(one.poll(), None) 208 ksft_is(two.poll(), None) 251 ksft_is(stats.poll(), None) 252 ksft_is(updown.poll(), None)
|
| /linux-6.15/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 79 def ksft_is(a, b, comment=""): function
|