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

/freebsd-11-stable/sys/vm/
H A Dvm_object.h251 #define VM_OBJECT_TRYWLOCK(object) \ macro
H A Dvm_fault.c687 if (!VM_OBJECT_TRYWLOCK(
1100 (is_first_object_locked = VM_OBJECT_TRYWLOCK(fs.first_object)) &&
1366 if (!VM_OBJECT_TRYWLOCK(first_object)) {
H A Dvm_pageout.c246 * Lock vm object currently associated with `m'. VM_OBJECT_TRYWLOCK is
733 if ((!VM_OBJECT_TRYWLOCK(object) &&
1171 if (!VM_OBJECT_TRYWLOCK(object)) {
H A Dvm_mmap.c857 locked = VM_OBJECT_TRYWLOCK(object);
H A Dvm_object.c593 if (!VM_OBJECT_TRYWLOCK(robject)) {
H A Dvm_page.c2309 if (!VM_OBJECT_TRYWLOCK(object)) {
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_dmar.h147 #define DMAR_DOMAIN_PGTRYLOCK(dom) VM_OBJECT_TRYWLOCK((dom)->pgtbl_obj)
/freebsd-11-stable/sys/kern/
H A Dkern_sendfile.c173 else if (!vm_page_xbusied(pg) && VM_OBJECT_TRYWLOCK(obj)) {

Completed in 104 milliseconds