aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2011-11-16 16:46:09 +0000
committerAlan Cox <alc@FreeBSD.org>2011-11-16 16:46:09 +0000
commitfbd80bd0474b3fc6e3ec658fc75e378559571eae (patch)
tree272387d8a035403f23822efe5dfd1df09f424088 /sys/dev/sfxge
parentd1c5fc763a8b7e9cf29960238eb5f81ac06a5b26 (diff)
downloadsrc-fbd80bd0474b3fc6e3ec658fc75e378559571eae.tar.gz
src-fbd80bd0474b3fc6e3ec658fc75e378559571eae.zip
Refactor the code that performs physically contiguous memory allocation,
yielding a new public interface, vm_page_alloc_contig(). This new function addresses some of the limitations of the current interfaces, contigmalloc() and kmem_alloc_contig(). For example, the physically contiguous memory that is allocated with those interfaces can only be allocated to the kernel vm object and must be mapped into the kernel virtual address space. It also provides functionality that vm_phys_alloc_contig() doesn't, such as wiring the returned pages. Moreover, unlike that function, it respects the low water marks on the paging queues and wakes up the page daemon when necessary. That said, at present, this new function can't be applied to all types of vm objects. However, that restriction will be eliminated in the coming weeks. From a design standpoint, this change also addresses an inconsistency between vm_phys_alloc_contig() and the other vm_phys_alloc*() functions. Specifically, vm_phys_alloc_contig() manipulated vm_page fields that other functions in vm/vm_phys.c didn't. Moreover, vm_phys_alloc_contig() knew about vnodes and reservations. Now, vm_page_alloc_contig() is responsible for these things. Reviewed by: kib Discussed with: jhb
Notes
Notes: svn path=/head/; revision=227568
Diffstat (limited to 'sys/dev/sfxge')
0 files changed, 0 insertions, 0 deletions