Searched hist:fbf2a778760f24565eab950ced3e2ad1df4cf844 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/xen/gntdev/ |
H A D | gntdev.c | diff fbf2a778760f24565eab950ced3e2ad1df4cf844 Wed Sep 09 01:38:49 CEST 2020 Konstantin Belousov <kib@FreeBSD.org> Convert allocations of the phys pager to vm_pager_allocate().
Future changes would require additional initialization of OBJT_PHYS objects, and vm_object_allocate() is not suitable for it.
Reviewed by: markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D24652
|
/freebsd/sys/dev/ksyms/ |
H A D | ksyms.c | diff fbf2a778760f24565eab950ced3e2ad1df4cf844 Wed Sep 09 01:38:49 CEST 2020 Konstantin Belousov <kib@FreeBSD.org> Convert allocations of the phys pager to vm_pager_allocate().
Future changes would require additional initialization of OBJT_PHYS objects, and vm_object_allocate() is not suitable for it.
Reviewed by: markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D24652
|
/freebsd/sys/kern/ |
H A D | link_elf.c | diff fbf2a778760f24565eab950ced3e2ad1df4cf844 Wed Sep 09 01:38:49 CEST 2020 Konstantin Belousov <kib@FreeBSD.org> Convert allocations of the phys pager to vm_pager_allocate().
Future changes would require additional initialization of OBJT_PHYS objects, and vm_object_allocate() is not suitable for it.
Reviewed by: markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D24652
|
H A D | link_elf_obj.c | diff fbf2a778760f24565eab950ced3e2ad1df4cf844 Wed Sep 09 01:38:49 CEST 2020 Konstantin Belousov <kib@FreeBSD.org> Convert allocations of the phys pager to vm_pager_allocate().
Future changes would require additional initialization of OBJT_PHYS objects, and vm_object_allocate() is not suitable for it.
Reviewed by: markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D24652
|