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

/freebsd-12-stable/sys/vm/
H A Dvm_phys.c105 static struct rwlock_padalign vm_phys_fictitious_reg_lock; variable in typeref:struct:rwlock_padalign
594 rw_init(&vm_phys_fictitious_reg_lock, "vmfctr");
906 rw_rlock(&vm_phys_fictitious_reg_lock);
908 rw_runlock(&vm_phys_fictitious_reg_lock);
1010 rw_wlock(&vm_phys_fictitious_reg_lock);
1012 rw_wunlock(&vm_phys_fictitious_reg_lock);
1065 rw_wlock(&vm_phys_fictitious_reg_lock);
1068 rw_wunlock(&vm_phys_fictitious_reg_lock);
1074 rw_wunlock(&vm_phys_fictitious_reg_lock);

Completed in 194 milliseconds