Searched refs:spin_trylock (Results 1 - 25 of 68) sorted by relevance

123

/linux-master/tools/memory-model/scripts/
H A Dsimpletest.sh25 exclude="${exclude}spin_lock(\|spin_unlock(\|spin_trylock(\|spin_is_locked("
/linux-master/drivers/cpuidle/
H A Dcpuidle-ux500.c33 if (!spin_trylock(&master_lock))
/linux-master/include/linux/
H A Dspinlock_rt.h126 #define spin_trylock(lock) \ macro
141 __locked = spin_trylock(lock); \
H A Dspinlock.h359 static __always_inline int spin_trylock(spinlock_t *lock) function
565 DEFINE_LOCK_GUARD_1_COND(spinlock, _try, spin_trylock(_T->lock))
H A Dserial_core.h630 return spin_trylock(&up->lock);
/linux-master/drivers/misc/pvpanic/
H A Dpvpanic.c49 if (!spin_trylock(&pvpanic_lock))
/linux-master/drivers/usb/phy/
H A Dphy-mv-usb.c96 if (spin_trylock(&mvotg->wq_lock)) {
549 if (spin_trylock(&mvotg->wq_lock)) {
577 if (spin_trylock(&mvotg->wq_lock)) {
620 if (spin_trylock(&mvotg->wq_lock)) {
810 if (spin_trylock(&mvotg->wq_lock)) {
859 if (spin_trylock(&mvotg->wq_lock)) {
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Despi.c315 if (!spin_trylock(&espi->lock))
342 if (!spin_trylock(&espi->lock))
/linux-master/arch/alpha/kernel/
H A Dsrmcons.c76 if (spin_trylock(&srmcons_callback_lock)) {
/linux-master/block/
H A Dblk-ioc.c123 if (spin_trylock(&q->queue_lock)) {
/linux-master/fs/nfs/
H A Dnfs42xattr.c822 if (!spin_trylock(&inode->i_lock))
892 if (!spin_trylock(&bucket->lock))
904 if (!spin_trylock(&cache->listxattr_lock))
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h405 return spin_trylock(&interface->mbx_lock);
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i.h144 if (spin_trylock(&__hba->stat_lock)) { \
/linux-master/drivers/soc/qcom/
H A Drpmh.c442 if (!spin_trylock(&ctrlr->cache_lock))
/linux-master/drivers/crypto/stm32/
H A Dstm32-crc32.c160 if (!spin_trylock(&crc->lock)) {
/linux-master/drivers/hwspinlock/
H A Dhwspinlock_core.c84 * should decide between spin_trylock, spin_trylock_irq and
124 ret = spin_trylock(&hwlock->lock);
289 /* Undo the spin_trylock{_irq, _irqsave} called while locking */
/linux-master/mm/
H A Dworkingset.c736 if (!spin_trylock(&mapping->host->i_lock)) {
/linux-master/include/net/
H A Dsch_generic.h196 if (spin_trylock(&qdisc->seqlock))
202 * spin_trylock(), both of which are necessary to prevent races
211 return spin_trylock(&qdisc->seqlock);
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcrc.c169 if (!spin_trylock(&crc->lock))
/linux-master/drivers/char/hw_random/
H A Dcctrng.c222 if (!spin_trylock(&drvdata->read_lock)) {
/linux-master/net/netfilter/
H A Dnf_conncount.c241 if (!spin_trylock(&list->list_lock))
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring_mux.c140 if (!spin_trylock(&mux->lock)) {
/linux-master/fs/
H A Ddcache.c648 if (!inode || likely(spin_trylock(&inode->i_lock)))
1091 if (!spin_trylock(&dentry->d_lock))
1171 if (!spin_trylock(&dentry->d_lock))
/linux-master/arch/um/drivers/
H A Dvector_kern.c413 if (spin_trylock(&qi->head_lock)) {
414 if (spin_trylock(&qi->tail_lock)) {
/linux-master/security/apparmor/
H A Dlsm.c1880 if (!spin_trylock(&aa_buffers_lock)) {
1937 if (spin_trylock(&aa_buffers_lock)) {

Completed in 406 milliseconds

123