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.c113 static struct rwlock_padalign vm_phys_fictitious_reg_lock; variable
624 rw_init(&vm_phys_fictitious_reg_lock, "vmfctr"); in vm_phys_init()
951 rw_rlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_to_vm_page()
953 rw_runlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_to_vm_page()
1055 rw_wlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_reg_range()
1057 rw_wunlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_reg_range()
1110 rw_wlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_unreg_range()
1113 rw_wunlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_unreg_range()
1119 rw_wunlock(&vm_phys_fictitious_reg_lock); in vm_phys_fictitious_unreg_range()