Searched hist:"93 c5d3a46a60564df22a2f5bf35a07860feb4f43" (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_page.h | diff 93c5d3a46a60564df22a2f5bf35a07860feb4f43 Sat Sep 09 19:35:19 CEST 2017 Konstantin Belousov <kib@FreeBSD.org> Add a vm_page_change_lock() helper, the common code to not relock page lock if both old and new pages use the same underlying lock. Convert existing places to use the helper instead of inlining it. Use the optimization in vm_object_page_remove().
Suggested and reviewed by: alc, markj Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | vm_object.c | diff 93c5d3a46a60564df22a2f5bf35a07860feb4f43 Sat Sep 09 19:35:19 CEST 2017 Konstantin Belousov <kib@FreeBSD.org> Add a vm_page_change_lock() helper, the common code to not relock page lock if both old and new pages use the same underlying lock. Convert existing places to use the helper instead of inlining it. Use the optimization in vm_object_page_remove().
Suggested and reviewed by: alc, markj Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | vm_page.c | diff 93c5d3a46a60564df22a2f5bf35a07860feb4f43 Sat Sep 09 19:35:19 CEST 2017 Konstantin Belousov <kib@FreeBSD.org> Add a vm_page_change_lock() helper, the common code to not relock page lock if both old and new pages use the same underlying lock. Convert existing places to use the helper instead of inlining it. Use the optimization in vm_object_page_remove().
Suggested and reviewed by: alc, markj Sponsored by: The FreeBSD Foundation MFC after: 1 week
|