Searched refs:ksft_ge (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | nl_netdev.py | 6 from lib.py import ksft_eq, ksft_ge, ksft_busy_wait 12 ksft_ge(len(devs), 1) 74 ksft_ge(len(pp_list), 0) 88 ksft_ge(refs, 1)
|
| H A D | rtnetlink.py | 4 from lib.py import ksft_exit, ksft_run, ksft_ge, RtnlAddrFamily 21 ksft_ge(len(all_host_multicasts), 1,
|
| /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 113 ksft_ge(triple[1][key], triple[0][key], comment="bad key: " + key) 114 ksft_ge(triple[2][key], triple[1][key], comment="bad key: " + key) 173 ksft_ge(qstat2[k], qstat[k], comment=f"{k} went backwards on device down") 191 ksft_ge(new[k], old[k])
|
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_ctx.py | 8 from lib.py import ksft_eq, ksft_ne, ksft_ge, ksft_in, ksft_lt, ksft_true, ksft_raises 100 ksft_ge(directed, 20000, f"traffic on {name}: " + str(cnts)) 170 ksft_ge(cnts[0], 5000, "traffic on main context (1/2): " + str(cnts)) 171 ksft_ge(cnts[1], 5000, "traffic on main context (2/2): " + str(cnts)) 633 ksft_ge(sum(cnts[ :4]), 20000, "traffic on main context: " + str(cnts)) 634 ksft_ge(sum(cnts[ :2]), 7000, "traffic on main context (1/2): " + str(cnts)) 635 ksft_ge(sum(cnts[2:4]), 7000, "traffic on main context (2/2): " + str(cnts)) 652 ksft_ge(directed, 20000, "traffic on extra context: " + str(cnts))
|
| H A D | rss_input_xfrm.py | 6 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_ge, cmd, fd_read_timeout 62 ksft_ge(len(cpus), 2,
|
| H A D | irq.py | 5 from lib.py import ksft_ge, ksft_eq 29 ksft_ge(irqs, 1)
|
| H A D | tso.py | 13 from lib.py import ksft_eq, ksft_ge, ksft_lt 75 ksft_ge(qstat_new['tx-hw-gso-packets'] - 80 ksft_ge(qstat_new['tx-hw-gso-wire-packets'] -
|
| /linux-6.15/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 84 def ksft_ge(a, b, comment=""): function
|