Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c948 #define ACQUIRE_LOCK(ump) rw_wlock(&(ump)->um_softdep->sd_fslock) macro
1190 ACQUIRE_LOCK(ump); in workitem_alloc()
1356 ACQUIRE_LOCK(VFSTOUFS(mp)); in get_parent_vp_unlock_bp()
1512 ACQUIRE_LOCK(ump); in softdep_flush()
1527 ACQUIRE_LOCK(ump); in softdep_flush()
1729 ACQUIRE_LOCK(ump); in softdep_process_worklist()
1747 ACQUIRE_LOCK(ump); in softdep_process_worklist()
1807 ACQUIRE_LOCK(ump); in process_removes()
1852 ACQUIRE_LOCK(ump); in process_truncates()
1866 ACQUIRE_LOCK(ump); in process_truncates()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp2390 #define ACQUIRE_LOCK __kmp_acquire_user_lock_with_checks macro
2882 ACQUIRE_LOCK(lck, gtid); in __kmpc_set_lock()