Searched hist:"0 fd977b3fa32d54b61554416363faae8a7bfaa2b" (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/amd64/sgx/ |
H A D | sgx.c | diff 0fd977b3fa32d54b61554416363faae8a7bfaa2b Wed Jun 26 19:37:51 CEST 2019 Mark Johnston <markj@FreeBSD.org> Add a return value to vm_page_remove().
Use it to indicate whether the page may be safely freed following its removal from the object. Also change vm_page_remove() to assume that the page's object pointer is non-NULL, and have callers perform this check instead.
This is a step towards an implementation of an atomic reference counter for each physical page structure.
Reviewed by: alc, dougm, kib MFC after: 1 week Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D20758
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo_vm.c | diff 0fd977b3fa32d54b61554416363faae8a7bfaa2b Wed Jun 26 19:37:51 CEST 2019 Mark Johnston <markj@FreeBSD.org> Add a return value to vm_page_remove().
Use it to indicate whether the page may be safely freed following its removal from the object. Also change vm_page_remove() to assume that the page's object pointer is non-NULL, and have callers perform this check instead.
This is a step towards an implementation of an atomic reference counter for each physical page structure.
Reviewed by: alc, dougm, kib MFC after: 1 week Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D20758
|
/freebsd/sys/vm/ |
H A D | device_pager.c | diff 0fd977b3fa32d54b61554416363faae8a7bfaa2b Wed Jun 26 19:37:51 CEST 2019 Mark Johnston <markj@FreeBSD.org> Add a return value to vm_page_remove().
Use it to indicate whether the page may be safely freed following its removal from the object. Also change vm_page_remove() to assume that the page's object pointer is non-NULL, and have callers perform this check instead.
This is a step towards an implementation of an atomic reference counter for each physical page structure.
Reviewed by: alc, dougm, kib MFC after: 1 week Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D20758
|
H A D | vm_page.h | diff 0fd977b3fa32d54b61554416363faae8a7bfaa2b Wed Jun 26 19:37:51 CEST 2019 Mark Johnston <markj@FreeBSD.org> Add a return value to vm_page_remove().
Use it to indicate whether the page may be safely freed following its removal from the object. Also change vm_page_remove() to assume that the page's object pointer is non-NULL, and have callers perform this check instead.
This is a step towards an implementation of an atomic reference counter for each physical page structure.
Reviewed by: alc, dougm, kib MFC after: 1 week Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D20758
|
H A D | vm_fault.c | diff 0fd977b3fa32d54b61554416363faae8a7bfaa2b Wed Jun 26 19:37:51 CEST 2019 Mark Johnston <markj@FreeBSD.org> Add a return value to vm_page_remove().
Use it to indicate whether the page may be safely freed following its removal from the object. Also change vm_page_remove() to assume that the page's object pointer is non-NULL, and have callers perform this check instead.
This is a step towards an implementation of an atomic reference counter for each physical page structure.
Reviewed by: alc, dougm, kib MFC after: 1 week Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D20758
|
H A D | vm_object.c | diff 0fd977b3fa32d54b61554416363faae8a7bfaa2b Wed Jun 26 19:37:51 CEST 2019 Mark Johnston <markj@FreeBSD.org> Add a return value to vm_page_remove().
Use it to indicate whether the page may be safely freed following its removal from the object. Also change vm_page_remove() to assume that the page's object pointer is non-NULL, and have callers perform this check instead.
This is a step towards an implementation of an atomic reference counter for each physical page structure.
Reviewed by: alc, dougm, kib MFC after: 1 week Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D20758
|
H A D | vm_page.c | diff 0fd977b3fa32d54b61554416363faae8a7bfaa2b Wed Jun 26 19:37:51 CEST 2019 Mark Johnston <markj@FreeBSD.org> Add a return value to vm_page_remove().
Use it to indicate whether the page may be safely freed following its removal from the object. Also change vm_page_remove() to assume that the page's object pointer is non-NULL, and have callers perform this check instead.
This is a step towards an implementation of an atomic reference counter for each physical page structure.
Reviewed by: alc, dougm, kib MFC after: 1 week Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D20758
|