]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Define vm_map_entry_in_transition to handle an in-transition map
authordougm <dougm@FreeBSD.org>
Fri, 19 Jul 2019 20:47:35 +0000 (20:47 +0000)
committerdougm <dougm@FreeBSD.org>
Fri, 19 Jul 2019 20:47:35 +0000 (20:47 +0000)
commitb894f21a4a42be403c645cb2ff4b18f7d389d4a6
tree245086d67b5d8e65246cba72265b2faa53ad3b6e
parent98f84de5407d2e191fef1968d848a81080601531
Define vm_map_entry_in_transition to handle an in-transition map
entry, combining code currently in vm_map_unwire and
vm_map_wire_locked into a single function, called by each of them for
entries in transition.

Discussed with: kib, markj
Reviewed by: alc
Approved by: kib, markj (mentors, implicit)
Tested by: pho
Differential Revision: https://reviews.freebsd.org/D20833
sys/vm/vm_map.c