MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_page_valid

Function vm_page_valid

freebsd/vm/vm_page.c:5388–5397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5386}
5387
5388void
5389vm_page_valid(vm_page_t m)
5390{
5391
5392 vm_page_assert_busied(m);
5393 if (vm_page_xbusied(m))
5394 m->valid = VM_PAGE_BITS_ALL;
5395 else
5396 vm_page_bits_set(m, &m->valid, VM_PAGE_BITS_ALL);
5397}
5398
5399void
5400vm_page_lock_KBI(vm_page_t m, const char *file, int line)

Callers 15

mappedread_sfFunction · 0.85
dmu_read_pagesFunction · 0.85
sendfile_swapinFunction · 0.85
shared_page_initFunction · 0.85
shm_dotruncate_largepageFunction · 0.85
kcov_allocFunction · 0.85
old_dev_pager_faultFunction · 0.85
sg_pager_getpagesFunction · 0.85
vm_thread_stack_createFunction · 0.85
vm_page_grab_pagesFunction · 0.85

Calls 1

vm_page_bits_setFunction · 0.85

Tested by

no test coverage detected