/freebsd/sys/vm/ |
H A D | sg_pager.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | vm_param.h | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | device_pager.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | vm_kern.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | vnode_pager.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | vm_glue.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | vm_page.h | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | vm_mmap.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | uma_core.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | vm_fault.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | swap_pager.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | vm_pageout.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | vm_object.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
/freebsd/sys/net/ |
H A D | bpf_zerocopy.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
/freebsd/sys/arm/include/ |
H A D | pmap.h | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
/freebsd/sys/powerpc/include/ |
H A D | pmap.h | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
/freebsd/sys/amd64/include/ |
H A D | vmparam.h | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | pmap.h | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea64.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | mmu_oea.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
/freebsd/sys/i386/include/ |
H A D | pmap.h | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
/freebsd/sys/kern/ |
H A D | sys_process.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | sys_pipe.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | subr_witness.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|
H A D | kern_exec.c | diff 2965a4531505c497a6bbc6f2974499a520c75394 Fri Apr 30 02:46:43 CEST 2010 Kip Macy <kmacy@FreeBSD.org> On Alan's advice, rather than do a wholesale conversion on a single architecture from page queue lock to a hashed array of page locks (based on a patch by Jeff Roberson), I've implemented page lock support in the MI code and have only moved vm_page's hold_count out from under page queue mutex to page lock. This changes pmap_extract_and_hold on all pmaps.
Supported by: Bitgravity Inc.
Discussed with: alc, jeffr, and kib
|