Home
last modified time | relevance | path

Searched refs:vm_phys_fictitious_reg_lock (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/vm/
H A Dvm_phys.c117 static struct rwlock_padalign vm_phys_fictitious_reg_lock; variable
663 rw_init(&vm_phys_fictitious_reg_lock, "vmfctr"); in vm_phys_init()
1046 rw_rlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_to_vm_page()
1048 rw_runlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_to_vm_page()
1150 rw_wlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_reg_range()
1152 rw_wunlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_reg_range()
1205 rw_wlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_unreg_range()
1208 rw_wunlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_unreg_range()
1214 rw_wunlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_unreg_range()