Searched refs:acquire (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.motoofew.d37 lockstat:kernel:mtx_lock:adaptive-acquire
H A Derr.D_PROTO_LEN.mtatoofew.d39 lockstat:kernel:mtx_lock:adaptive-acquire
H A Derr.D_PROTO_LEN.motoomany.d37 lockstat:kernel:mtx_lock:adaptive-acquire
H A Derr.D_PROTO_LEN.mtatoomany.d38 lockstat:kernel:mtx_lock:adaptive-acquire
H A Dtst.mutex_owned.d39 lockstat:::adaptive-acquire
45 lockstat:::adaptive-acquire
52 lockstat:::adaptive-acquire
59 lockstat:::adaptive-acquire
H A Dtst.mutex_owner.d51 lockstat::mtx_lock:adaptive-acquire
H A Dtst.mutex_type_adaptive.d47 mtx_lock:adaptive-acquire
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DMutex.h32 /// Initializes the lock but doesn't acquire it. if \p recursive is set
34 /// also more likely to deadlock (same thread can't acquire more than
48 /// Attempts to unconditionally acquire the lock. If the lock is held by
49 /// another thread, this method will wait until it can acquire the lock.
51 /// @brief Unconditionally acquire the lock.
52 bool acquire();
55 /// thread, the lock is released allowing other threads to acquire the
61 /// Attempts to acquire the lock without blocking. If the lock is not
66 /// @brief Try to acquire the lock.
96 bool acquire() { function in class:llvm::sys::SmartMutex
[all...]
H A DMutexGuard.h21 /// Instances of this class acquire a given Mutex Lock when constructed and
32 MutexGuard(sys::Mutex &m) : M(m) { M.acquire(); }
/freebsd-10-stable/contrib/libstdc++/libsupc++/
H A Dguard.cc124 acquire (__guard *g) function in namespace:__cxxabiv1
168 if (acquire (g))
178 return acquire (g);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d77 mutex_enter:adaptive-acquire
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DMutex.cpp28 bool MutexImpl::acquire() { return true; } function in class:llvm::MutexImpl
91 MutexImpl::acquire()
H A DThreading.cpp59 if (multithreaded_mode) global_lock->acquire();
/freebsd-10-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_proc_mutex.h73 apr_status_t (*acquire)(apr_proc_mutex_t *); member in struct:apr_proc_mutex_unix_lock_methods_t
/freebsd-10-stable/kerberos5/libexec/kcm/
H A DMakefile7 acquire.c \
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DSignals.inc165 SignalsMutex.acquire();
199 SignalsMutex.acquire();
205 SignalsMutex.acquire();
214 SignalsMutex.acquire();
237 SignalsMutex.acquire();
/freebsd-10-stable/sys/dev/e1000/
H A De1000_phy.c77 phy->ops.acquire = e1000_null_ops_generic;
654 if (!hw->phy.ops.acquire)
657 ret_val = hw->phy.ops.acquire(hw);
684 if (!hw->phy.ops.acquire)
687 ret_val = hw->phy.ops.acquire(hw);
738 if (!hw->phy.ops.acquire)
741 ret_val = hw->phy.ops.acquire(hw);
807 if (!hw->phy.ops.acquire)
810 ret_val = hw->phy.ops.acquire(hw);
878 if (!hw->phy.ops.acquire)
[all...]
H A De1000_i210.c83 * @mask: specifies which semaphore to acquire
135 * @mask: specifies which semaphore to acquire
249 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
294 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
505 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
556 if (hw->nvm.ops.acquire(hw) == E1000_SUCCESS) {
680 nvm->ops.acquire = e1000_acquire_nvm_i210;
H A De1000_vf.c65 hw->phy.ops.acquire = e1000_acquire_vf;
81 hw->nvm.ops.acquire = e1000_acquire_vf;
158 * There is no PHY or NVM so we want all attempts to acquire these to fail.
171 * There is no PHY or NVM so we want all attempts to acquire these to fail.
H A De1000_ich8lan.c240 hw->phy.ops.acquire(hw);
334 ret_val = hw->phy.ops.acquire(hw);
460 phy->ops.acquire = e1000_acquire_swflag_ich8lan;
552 phy->ops.acquire = e1000_acquire_swflag_ich8lan;
703 nvm->ops.acquire = e1000_acquire_nvm_ich8lan;
931 ret_val = hw->phy.ops.acquire(hw);
1017 ret_val = hw->phy.ops.acquire(hw);
1305 ret_val = hw->phy.ops.acquire(hw);
1456 ret_val = hw->phy.ops.acquire(hw);
1603 ret_val = hw->phy.ops.acquire(h
[all...]
H A De1000_nvm.c52 nvm->ops.acquire = e1000_null_ops_generic;
282 DEBUGOUT("Could not acquire NVM grant\n");
459 ret_val = nvm->ops.acquire(hw);
519 ret_val = nvm->ops.acquire(hw);
623 ret_val = nvm->ops.acquire(hw);
703 ret_val = nvm->ops.acquire(hw);
H A De1000_82571.c128 phy->ops.acquire = e1000_get_hw_semaphore_82571;
141 phy->ops.acquire = e1000_get_hw_semaphore_82571;
157 phy->ops.acquire = e1000_get_hw_semaphore_82574;
265 nvm->ops.acquire = e1000_get_hw_semaphore_82574;
269 nvm->ops.acquire = e1000_acquire_nvm_82571;
523 /* If we have timedout 3 times on trying to acquire
1090 /* Must acquire the MDIO ownership before MAC reset.
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h147 /* PF saves a copy of the last VF acquire message */
148 struct vfpf_acquire_tlv acquire; member in struct:ecore_vf_info
H A Decore_sriov.c95 if (p_vf->acquire.vfdev_info.eth_fp_hsi_minor ==
99 if (!(p_vf->acquire.vfdev_info.capabilities &
147 fp_minor = p_vf->acquire.vfdev_info.eth_fp_hsi_minor;
1271 OSAL_MEMSET(&vf->acquire, 0, sizeof(vf->acquire));
1596 OSAL_MEMSET(&p_vf->acquire, 0, sizeof(p_vf->acquire));
1629 if (!(p_vf->acquire.vfdev_info.capabilities &
1637 if (p_vf->acquire.vfdev_info.capabilities &
1719 if ((p_vf->acquire
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DValueMap.h217 M->acquire();
230 M->acquire();

Completed in 139 milliseconds

12