Searched refs:ksft_ge (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/drivers/net/ |
| A D | napi_threaded.py | 9 from lib.py import ksft_eq, ksft_ne, ksft_ge 32 ksft_ge(combined, 2) 49 ksft_ge(len(napis), 2) 80 ksft_ge(len(napis), 2)
|
| A D | stats.py | 12 from lib.py import ksft_ge, ksft_eq, ksft_is, ksft_in, ksft_lt, ksft_true, ksft_raises 124 ksft_ge(triple[1][key], triple[0][key], comment="bad key: " + key) 125 ksft_ge(triple[2][key], triple[1][key], comment="bad key: " + key) 186 ksft_ge(qstat2[k], qstat[k], comment=f"{k} went backwards on device down") 204 ksft_ge(new[k], old[k])
|
| /tools/testing/selftests/net/ |
| A D | rtnetlink.py | 4 from lib.py import ksft_exit, ksft_run, ksft_ge, RtnlAddrFamily 21 ksft_ge(len(all_host_multicasts), 1,
|
| A D | nl_netdev.py | 7 from lib.py import ksft_eq, ksft_ge, ksft_ne, ksft_busy_wait 13 ksft_ge(len(devs), 1) 197 ksft_ge(len(pp_list), 0) 211 ksft_ge(refs, 1)
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | rss_input_xfrm.py | 6 from lib.py import ksft_run, ksft_exit, ksft_eq, ksft_ge, cmd, fd_read_timeout 67 ksft_ge(len(cpus), 2,
|
| A D | irq.py | 5 from lib.py import ksft_ge, ksft_eq 29 ksft_ge(irqs, 1)
|
| 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))
|
| 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'] -
|
| /tools/testing/selftests/drivers/net/lib/py/ |
| A D | __init__.py | 23 from net.lib.py import ksft_eq, ksft_ge, ksft_in, ksft_is, ksft_lt, \
|
| /tools/testing/selftests/drivers/net/hw/lib/py/ |
| A D | __init__.py | 24 from net.lib.py import ksft_eq, ksft_ge, ksft_in, ksft_is, ksft_lt, \
|
| /tools/testing/selftests/net/lib/py/ |
| A D | ksft.py | 90 def ksft_ge(a, b, comment=""): function
|
Completed in 13 milliseconds