Bjoern A. Zeeb eccb516db8 vm: use __func__ for the correct function name
In fee2a2fa39834d8d5eaa981298fce9d2ed31546d the KASSERTs in
vm_page_unwire_noq() changed from "vm_page_unwire" to "vm_page_unref".
While the former no longer was part of that function the latter does
not exist as a function and is highly confusing when hit when using
tools to lookup the functions and not doing a full-text search.
Use %s __func__ for printing the function name, as that will do the
right thing as code moves around and functions get renamed.

Hit:	while debugging a wired page leak with linuxkpi/iwlwifi
Sponsored by:	The FreeBSD Foundation
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D31635
2021-08-22 17:43:12 +00:00
..
2021-08-10 21:27:54 -04:00
2021-05-02 19:45:23 -04:00
2021-08-05 22:52:26 +08:00
2021-05-07 17:08:03 +03:00
2021-08-10 21:27:54 -04:00
2021-05-07 17:08:03 +03:00
2021-05-15 20:47:29 +00:00
2021-06-17 16:58:44 +03:00
2021-05-13 20:13:34 +03:00