Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ swp_pager_force_dirty
Function
swp_pager_force_dirty
freebsd/vm/swap_pager.c:1757–1764 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1755
}
1756
1757
static void
1758
swp_pager_force_dirty(vm_page_t m)
1759
{
1760
1761
vm_page_dirty(m);
1762
swap_pager_unswapped(m);
1763
vm_page_launder(m);
1764
}
1765
1766
/*
1767
* swap_pager_swapoff_object:
Callers
1
swap_pager_swapoff_object
Function · 0.85
Calls
3
vm_page_dirty
Function · 0.85
swap_pager_unswapped
Function · 0.85
vm_page_launder
Function · 0.85
Tested by
no test coverage detected