mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
synchronized by the lock on the object containing the page. Transition PG_WANTED and PG_SWAPINPROG to use the new field, eliminating the need for holding the page queues lock when setting or clearing these flags. Rename PG_WANTED and PG_SWAPINPROG to VPO_WANTED and VPO_SWAPINPROG, respectively. Eliminate the assertion that the page queues lock is held in vm_page_io_finish(). Eliminate the acquisition and release of the page queues lock around calls to vm_page_io_finish() in kern_sendfile() and vfs_unbusy_pages(). |
||
|---|---|---|
| .. | ||
| smbfs.h | ||
| smbfs_io.c | ||
| smbfs_node.c | ||
| smbfs_node.h | ||
| smbfs_smb.c | ||
| smbfs_subr.c | ||
| smbfs_subr.h | ||
| smbfs_vfsops.c | ||
| smbfs_vnops.c | ||