MCPcopy 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
1757static void
1758swp_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

Calls 3

vm_page_dirtyFunction · 0.85
swap_pager_unswappedFunction · 0.85
vm_page_launderFunction · 0.85

Tested by

no test coverage detected