freebsd-nq/sys/compat/linuxkpi/common
Emmanuel Vadot 1a6874e3a4 linuxkpi: Add refcount_dec_and_test
In Linux this takes a refcount_t argument but in linuxkpi struct kref
uses an atomic_t for the refcount and code in drm directly uses this
function with a kref so use an atomic_t here.

Reviewed by:	bz
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D36099
2022-08-18 09:46:25 +02:00
..
include linuxkpi: Add refcount_dec_and_test 2022-08-18 09:46:25 +02:00
src LinuxKPI: 802.11: add missing linuxkpi_cfg80211_bss_flush() 2022-07-30 14:23:14 +00:00