mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
vm_page_try_to_free(). Consequently, push down the page queues lock into pmap_enter_quick(), pmap_page_wired_mapped(), pmap_remove_all(), and pmap_remove_write(). Push down the page queues lock into Xen's pmap_page_is_mapped(). (I overlooked the Xen pmap in r207702.) Switch to a per-processor counter for the total number of pages cached. |
||
|---|---|---|
| .. | ||
| clock.c | ||
| copyinout.c | ||
| interrupt.c | ||
| locore.S | ||
| machdep.c | ||
| mp_cpudep.c | ||
| platform_bare.c | ||
| pmap.c | ||
| swtch.S | ||
| trap.c | ||
| trap_subr.S | ||
| vm_machdep.c | ||