Home
last modified time | relevance | path

Searched hist:"21 f01f45847344239c364e6d6c5100e87731fd6c" (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/vm/
H A Dvm_page.hdiff 21f01f45847344239c364e6d6c5100e87731fd6c Thu Sep 06 18:17:45 CEST 2018 Mark Johnston <markj@FreeBSD.org> Remove vm_page_remque().

Testing m->queue != PQ_NONE is not sufficient; see the commit log
message for r338276. As of r332974 vm_page_dequeue() handles
already-dequeued pages, so just replace vm_page_remque() calls with
vm_page_dequeue() calls.

Reviewed by: kib
Tested by: pho
Approved by: re (marius)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17025
H A Dvm_fault.cdiff 21f01f45847344239c364e6d6c5100e87731fd6c Thu Sep 06 18:17:45 CEST 2018 Mark Johnston <markj@FreeBSD.org> Remove vm_page_remque().

Testing m->queue != PQ_NONE is not sufficient; see the commit log
message for r338276. As of r332974 vm_page_dequeue() handles
already-dequeued pages, so just replace vm_page_remque() calls with
vm_page_dequeue() calls.

Reviewed by: kib
Tested by: pho
Approved by: re (marius)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17025
H A Dvm_page.cdiff 21f01f45847344239c364e6d6c5100e87731fd6c Thu Sep 06 18:17:45 CEST 2018 Mark Johnston <markj@FreeBSD.org> Remove vm_page_remque().

Testing m->queue != PQ_NONE is not sufficient; see the commit log
message for r338276. As of r332974 vm_page_dequeue() handles
already-dequeued pages, so just replace vm_page_remque() calls with
vm_page_dequeue() calls.

Reviewed by: kib
Tested by: pho
Approved by: re (marius)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17025