Home
last modified time | relevance | path

Searched refs:acquire (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.mutex_owned.d39 lockstat:::adaptive-acquire
45 lockstat:::adaptive-acquire
52 lockstat:::adaptive-acquire
59 lockstat:::adaptive-acquire
H A Derr.D_PROTO_LEN.mtatoofew.d39 lockstat:::adaptive-acquire
H A Derr.D_PROTO_LEN.motoofew.d37 lockstat:::adaptive-acquire
H A Derr.D_PROTO_LEN.motoomany.d37 lockstat:::adaptive-acquire
H A Derr.D_PROTO_LEN.mtatoomany.d38 lockstat:::adaptive-acquire
H A Dtst.mutex_owner.d51 lockstat:::adaptive-acquire
H A Dtst.mutex_type_adaptive.d47 lockstat:::adaptive-acquire
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp88 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 Dubsan_handlers_cxx.cpp45 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 Dmemory_order.h34 acquire = __mo_acquire, enumerator
45 inline constexpr auto memory_order_acquire = memory_order::acquire;
H A Datomic_ref.h140 …== 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 Dsemaphore31 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 De1000_i210.c103 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 De1000_phy.c77 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 De1000_ich8lan.c241 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 Dsanitizer_addrhashmap.h107 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 Dguard.cc176 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 DRWMutex.cpp137 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 DAtomicOrdering.h31 acquire = 2, enumerator
153 /* acquire */ AtomicOrderingCABI::acquire, in toCABI()
/freebsd/sys/dev/igc/
H A Digc_i225.c60 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 Dck_elide.h154 goto acquire; \
186 acquire: \
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dfsl_bman.h263 } _PackedType acquire; member
285 } _PackedType acquire; member
/freebsd/kerberos5/libexec/kcm/
H A DMakefile7 acquire.c \
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d77 mtx_lock:adaptive-acquire
/freebsd/crypto/heimdal/kcm/
H A DMakefile.am11 acquire.c \

12345