/freebsd/sys/dev/drm2/ |
H A D | drm_scatter.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/kern/ |
H A D | subr_busdma_bufalloc.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
H A D | kern_sharedpage.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
H A D | subr_vmem.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo_util.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/arm/arm/ |
H A D | bus_space_generic.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
H A D | mp_machdep.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
H A D | busdma_machdep.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
H A D | vm_machdep.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/arm/mv/armadaxp/ |
H A D | armadaxp_mp.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/vm/ |
H A D | memguard.h | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
H A D | memguard.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
H A D | vm_init.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
H A D | pmap.h | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | kmem.h | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/x86/x86/ |
H A D | busdma_machdep.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/dev/xen/xenpci/ |
H A D | xenpci.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/dev/xen/netback/ |
H A D | netback.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/powerpc/powerpc/ |
H A D | busdma_machdep.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
H A D | mp_machdep.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/dev/xen/blkback/ |
H A D | blkback.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/i386/pci/ |
H A D | pci_cfgreg.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/amd64/amd64/ |
H A D | sys_machdep.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/i386/i386/ |
H A D | sys_machdep.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea64.c | diff 5df87b21d3fc592f112c1721d9c2d533d4411ae4 Wed Aug 07 08:21:20 CEST 2013 Jeff Roberson <jeff@FreeBSD.org> Replace kernel virtual address space allocation with vmem. This provides transparent layering and better fragmentation.
- Normalize functions that allocate memory to use kmem_* - Those that allocate address space are named kva_* - Those that operate on maps are named kmap_* - Implement recursive allocation handling for kmem_arena in vmem.
Reviewed by: alc Tested by: pho Sponsored by: EMC / Isilon Storage Division
|