Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_page_all_valid
Function
vm_page_all_valid
freebsd/vm/vm_page.h:985–990 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
983
}
984
985
static inline bool
986
vm_page_all_valid(vm_page_t m)
987
{
988
989
return (m->valid == VM_PAGE_BITS_ALL);
990
}
991
992
static inline bool
993
vm_page_none_valid(vm_page_t m)
Callers
15
vfs_busy_pages
Function · 0.85
vfs_bio_getpages
Function · 0.85
cluster_rbuild
Function · 0.85
shm_dotruncate_locked
Function · 0.85
default_phys_pager_getpages
Function · 0.85
default_phys_pager_populate
Function · 0.85
kern_mincore
Function · 0.85
vm_map_pmap_enter
Function · 0.85
vm_page_dirty_KBI
Function · 0.85
vm_page_grab_valid
Function · 0.85
vm_page_grab_valid_unlocked
Function · 0.85
vm_page_set_invalid
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected