Home
last modified time | relevance | path

Searched refs:poll_ntf (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_api.py80 ntf = next(ethnl.poll_ntf(duration=0.2), None)
166 ntf = next(ethnl.poll_ntf(duration=0.2), None)
173 ntf = next(ethnl.poll_ntf(duration=0.2), None)
196 ntf = next(ethnl.poll_ntf(duration=0.2), None)
378 ntf = next(ethnl.poll_ntf(duration=0.2), None)
383 ksft_eq(next(ethnl.poll_ntf(duration=0.01), None), None)
386 ntf = next(ethnl.poll_ntf(duration=0.2), None)
391 ksft_eq(next(ethnl.poll_ntf(duration=0.01), None), None)
441 ntf = next(ethnl.poll_ntf(duration=0.2), None)
447 ntf = next(ethnl.poll_ntf(duration=0.2), None)
[all …]
/linux/tools/testing/selftests/net/
H A Drtnetlink.py150 for msg in rtnl.poll_ntf(duration=deadline):
166 for msg in rtnl.poll_ntf(duration=deadline):
H A Dlink_netns.py62 for msg in rtnl.poll_ntf(duration=1):
/linux/tools/net/ynl/pyynl/
H A Dcli.py322 for msg in ynl.poll_ntf(duration=args.duration):
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py1320 def poll_ntf(self, duration=None): member in YnlFamily