diff options
author | 2024-12-15 13:29:38 -0800 | |
---|---|---|
committer | 2024-12-17 17:45:17 -0800 | |
commit | d3c9510dc900e9ff3ea330189c0465c9f00fba18 (patch) | |
tree | b94a7185d3229189c1bc99ceb8c97578fe5a2ea7 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | rust: net::phy scope ThisModule usage in the module_phy_driver macro (diff) | |
download | wireguard-linux-d3c9510dc900e9ff3ea330189c0465c9f00fba18.tar.xz wireguard-linux-d3c9510dc900e9ff3ea330189c0465c9f00fba18.zip |
net: page_pool: rename page_pool_is_last_ref()
page_pool_is_last_ref() releases a reference while the name,
to me at least, suggests it just checks if the refcount is 1.
The semantics of the function are the same as those of
atomic_dec_and_test() and refcount_dec_and_test(), so just
use the _and_test() suffix.
Reviewed-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Acked-by: Jesper Dangaard Brouer <hawk@kernel.org>
Link: https://patch.msgid.link/20241215212938.99210-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions