| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.mutex_owned.d | 39 lockstat:::adaptive-acquire 45 lockstat:::adaptive-acquire 52 lockstat:::adaptive-acquire 59 lockstat:::adaptive-acquire
|
| H A D | err.D_PROTO_LEN.mtatoofew.d | 39 lockstat:::adaptive-acquire
|
| H A D | err.D_PROTO_LEN.motoofew.d | 37 lockstat:::adaptive-acquire
|
| H A D | err.D_PROTO_LEN.motoomany.d | 37 lockstat:::adaptive-acquire
|
| H A D | err.D_PROTO_LEN.mtatoomany.d | 38 lockstat:::adaptive-acquire
|
| H A D | tst.mutex_owner.d | 51 lockstat:::adaptive-acquire
|
| H A D | tst.mutex_type_adaptive.d | 47 lockstat:::adaptive-acquire
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.cpp | 88 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() 156 Location Loc = Data->Loc.acquire(); in handleAlignmentAssumptionImpl() 157 SourceLocation AssumptionLoc = Data->AssumptionLoc.acquire(); in handleAlignmentAssumptionImpl() 212 SourceLocation Loc = Data->Loc.acquire(); in handleIntegerOverflowImpl() 251 SourceLocation Loc = Data->Loc.acquire(); in handleNegateOverflowImpl() 288 SourceLocation Loc = Data->Loc.acquire(); in handleDivremOverflowImpl() 333 SourceLocation Loc = Data->Loc.acquire(); in handleShiftOutOfBoundsImpl() 383 SourceLocation Loc = Data->Loc.acquire(); in handleOutOfBoundsImpl() 438 SourceLocation Loc = Data->Loc.acquire(); in handleVLABoundNotPositive() 496 SourceLocation SLoc = Data->Loc.acquire(); in handleFloatCastOverflow() [all …]
|
| H A D | ubsan_handlers_cxx.cpp | 45 SourceLocation Loc = Data->Loc.acquire(); in HandleDynamicTypeCacheMiss() 100 SourceLocation Loc = Data->Loc.acquire(); in __ubsan_handle_cfi_bad_type()
|
| /freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | memory_order.h | 34 acquire = __mo_acquire, enumerator 45 inline constexpr auto memory_order_acquire = memory_order::acquire;
|
| H A D | atomic_ref.h | 140 …== memory_order::relaxed || __order == memory_order::consume || __order == memory_order::acquire || 163 __failure == memory_order::acquire || __failure == memory_order::seq_cst, 178 __failure == memory_order::acquire || __failure == memory_order::seq_cst, 213 …== memory_order::relaxed || __order == memory_order::consume || __order == memory_order::acquire ||
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | semaphore | 31 void acquire(); 98 _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void acquire() { 154 _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void acquire() { __semaphore_.acquire(); }
|
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_i210.c | 103 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) { in e1000_read_nvm_srrd_i210() 148 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) { in e1000_write_nvm_srwr_i210() 460 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) { in e1000_validate_nvm_checksum_i210() 511 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) { in e1000_update_nvm_checksum_i210() 635 nvm->ops.acquire = e1000_acquire_nvm_i210; in e1000_init_nvm_params_i210() 716 hw->phy.ops.acquire(hw); in e1000_pll_workaround_i210()
|
| H A D | e1000_phy.c | 77 phy->ops.acquire = e1000_null_ops_generic; in e1000_init_phy_ops_generic() 660 if (!hw->phy.ops.acquire) in e1000_read_phy_reg_m88() 663 ret_val = hw->phy.ops.acquire(hw); in e1000_read_phy_reg_m88() 690 if (!hw->phy.ops.acquire) in e1000_write_phy_reg_m88() 693 ret_val = hw->phy.ops.acquire(hw); in e1000_write_phy_reg_m88() 744 if (!hw->phy.ops.acquire) in __e1000_read_phy_reg_igp() 747 ret_val = hw->phy.ops.acquire(hw); in __e1000_read_phy_reg_igp() 813 if (!hw->phy.ops.acquire) in __e1000_write_phy_reg_igp() 816 ret_val = hw->phy.ops.acquire(hw); in __e1000_write_phy_reg_igp() 884 if (!hw->phy.ops.acquire) in __e1000_read_kmrn_reg() [all …]
|
| H A D | e1000_ich8lan.c | 241 hw->phy.ops.acquire(hw); in e1000_phy_is_accessible_pchlan() 337 ret_val = hw->phy.ops.acquire(hw); in e1000_init_phy_workarounds_pchlan() 467 phy->ops.acquire = e1000_acquire_swflag_ich8lan; in e1000_init_phy_params_pchlan() 563 phy->ops.acquire = e1000_acquire_swflag_ich8lan; in e1000_init_phy_params_ich8lan() 711 nvm->ops.acquire = e1000_acquire_nvm_ich8lan; in e1000_init_nvm_params_ich8lan() 943 ret_val = hw->phy.ops.acquire(hw); in e1000_set_eee_pchlan() 1029 ret_val = hw->phy.ops.acquire(hw); in e1000_k1_workaround_lpt_lp() 1318 ret_val = hw->phy.ops.acquire(hw); in e1000_enable_ulp_lpt_lp() 1472 ret_val = hw->phy.ops.acquire(hw); in e1000_disable_ulp_lpt_lp() 1619 ret_val = hw->phy.ops.acquire(hw); in e1000_check_for_copper_link_ich8lan() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_addrhashmap.h | 107 void acquire(Handle *h); 145 map_->acquire(this); in Handle() 155 map_->acquire(this); in Handle() 165 map_->acquire(this); in Handle() 204 void AddrHashMap<T, kSize>::acquire(Handle *h) in acquire() function
|
| /freebsd/contrib/libcxxrt/ |
| H A D | guard.cc | 176 return (val.load(memory_order::acquire) & initialised) == in is_initialised() 261 return (init_word.load(memory_order::acquire) & initialised) == in is_initialised()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | RWMutex.cpp | 137 return static_cast<MutexImpl *>(data_)->acquire(); in lock_shared() 149 return static_cast<MutexImpl *>(data_)->acquire(); in lock()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | AtomicOrdering.h | 31 acquire = 2, enumerator 153 /* acquire */ AtomicOrderingCABI::acquire, in toCABI()
|
| /freebsd/sys/dev/igc/ |
| H A D | igc_i225.c | 60 nvm->ops.acquire = igc_acquire_nvm_i225; in igc_init_nvm_params_i225() 153 phy->ops.acquire = igc_acquire_phy_base; in igc_init_phy_params_i225() 459 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_read_nvm_srrd_i225() 504 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_write_nvm_srwr_i225() 589 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_validate_nvm_checksum_i225() 635 if (hw->nvm.ops.acquire(hw) == IGC_SUCCESS) { in igc_update_nvm_checksum_i225()
|
| /freebsd/sys/contrib/ck/include/ |
| H A D | ck_elide.h | 154 goto acquire; \ 186 acquire: \
|
| /freebsd/sys/contrib/ncsw/Peripherals/BM/ |
| H A D | fsl_bman.h | 263 } _PackedType acquire; member 285 } _PackedType acquire; member
|
| /freebsd/kerberos5/libexec/kcm/ |
| H A D | Makefile | 7 acquire.c \
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/ |
| H A D | tst.roch.d | 77 mtx_lock:adaptive-acquire
|
| /freebsd/crypto/heimdal/kcm/ |
| H A D | Makefile.am | 11 acquire.c \
|