diff options
author | 2023-10-18 14:35:47 +0200 | |
---|---|---|
committer | 2023-10-19 15:41:31 +0200 | |
commit | 7f3eb2174512fe6c9c0f062e96eccb0d3cc6d5cd (patch) | |
tree | ea7864364f06d4cc11892fcb4ae72696d882fa86 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | iavf: delete unused iavf_mac_info fields (diff) | |
download | wireguard-linux-7f3eb2174512fe6c9c0f062e96eccb0d3cc6d5cd.tar.xz wireguard-linux-7f3eb2174512fe6c9c0f062e96eccb0d3cc6d5cd.zip |
net: introduce napi_is_scheduled helper
We currently have napi_if_scheduled_mark_missed that can be used to
check if napi is scheduled but that does more thing than simply checking
it and return a bool. Some driver already implement custom function to
check if napi is scheduled.
Drop these custom function and introduce napi_is_scheduled that simply
check if napi is scheduled atomically.
Update any driver and code that implement a similar check and instead
use this new helper.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions