/openbmc/linux/include/linux/ |
H A D | spinlock_rt.h | 126 #define spin_trylock(lock) \ macro 141 __locked = spin_trylock(lock); \
|
H A D | spinlock.h | 359 static __always_inline int spin_trylock(spinlock_t *lock) in spin_trylock() function
|
/openbmc/linux/tools/memory-model/scripts/ |
H A D | simpletest.sh | 25 exclude="${exclude}spin_lock(\|spin_unlock(\|spin_trylock(\|spin_is_locked("
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-mv-usb.c | 96 if (spin_trylock(&mvotg->wq_lock)) { in mv_otg_timer_await_bcon() 549 if (spin_trylock(&mvotg->wq_lock)) { in a_bus_req_store() 577 if (spin_trylock(&mvotg->wq_lock)) { in a_clr_err_store() 620 if (spin_trylock(&mvotg->wq_lock)) { in a_bus_drop_store() 810 if (spin_trylock(&mvotg->wq_lock)) { in mv_otg_probe() 859 if (spin_trylock(&mvotg->wq_lock)) { in mv_otg_resume()
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle-ux500.c | 33 if (!spin_trylock(&master_lock)) in ux500_enter_idle()
|
/openbmc/linux/tools/memory-model/ |
H A D | lock.cat | 17 * spin_trylock() read-modify-write event pair 19 * spin_trylock() RMW event pair 21 * LF Lock-Fail: a failed spin_trylock() event
|
H A D | linux-kernel.def | 43 spin_trylock(X) __trylock(X)
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | espi.c | 315 if (!spin_trylock(&espi->lock)) in t1_espi_get_mon() 342 if (!spin_trylock(&espi->lock)) in t1_espi_get_mon_t204()
|
/openbmc/linux/scripts/coccinelle/locks/ |
H A D | double_lock.cocci | 30 spin_trylock@p1
|
H A D | mini_lock.cocci | 33 spin_trylock@p1
|
H A D | call_kern.cocci | 55 spin_trylock@p1
|
/openbmc/linux/drivers/misc/pvpanic/ |
H A D | pvpanic.c | 45 if (!spin_trylock(&pvpanic_lock)) in pvpanic_send_event()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs42xattr.c | 841 if (!spin_trylock(&inode->i_lock)) in cache_lru_isolate() 911 if (!spin_trylock(&bucket->lock)) in entry_lru_isolate() 923 if (!spin_trylock(&cache->listxattr_lock)) in entry_lru_isolate()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | srmcons.c | 76 if (spin_trylock(&srmcons_callback_lock)) { in srmcons_receive_chars()
|
/openbmc/linux/fs/ |
H A D | dcache.c | 662 if (likely(spin_trylock(&parent->d_lock))) in lock_parent() 721 if (inode && unlikely(!spin_trylock(&inode->i_lock))) in dentry_kill() 726 if (unlikely(!spin_trylock(&parent->d_lock))) { in dentry_kill() 1150 if (inode && unlikely(!spin_trylock(&inode->i_lock))) { in shrink_lock_dentry() 1162 if (IS_ROOT(dentry) || likely(spin_trylock(&parent->d_lock))) in shrink_lock_dentry() 1222 if (!spin_trylock(&dentry->d_lock)) in dentry_lru_isolate() 1302 if (!spin_trylock(&dentry->d_lock)) in dentry_lru_isolate_shrink()
|
/openbmc/linux/block/ |
H A D | blk-ioc.c | 123 if (spin_trylock(&q->queue_lock)) { in ioc_release_fn()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | rpmh.c | 441 if (!spin_trylock(&ctrlr->cache_lock)) in rpmh_flush()
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k.h | 405 return spin_trylock(&interface->mbx_lock); in fm10k_mbx_trylock()
|
/openbmc/linux/drivers/crypto/stm32/ |
H A D | stm32-crc32.c | 160 if (!spin_trylock(&crc->lock)) { in burst_update()
|
/openbmc/linux/drivers/scsi/bnx2i/ |
H A D | bnx2i.h | 144 if (spin_trylock(&__hba->stat_lock)) { \
|
/openbmc/linux/mm/ |
H A D | workingset.c | 719 if (!spin_trylock(&mapping->host->i_lock)) { in shadow_lru_isolate()
|
/openbmc/linux/drivers/hwspinlock/ |
H A D | hwspinlock_core.c | 123 ret = spin_trylock(&hwlock->lock); in __hwspin_trylock()
|
/openbmc/linux/include/net/ |
H A D | sch_generic.h | 195 if (spin_trylock(&qdisc->seqlock)) in qdisc_run_begin() 210 return spin_trylock(&qdisc->seqlock); in qdisc_run_begin()
|
/openbmc/linux/drivers/char/hw_random/ |
H A D | cctrng.c | 222 if (!spin_trylock(&drvdata->read_lock)) { in cctrng_read()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring_mux.c | 140 if (!spin_trylock(&mux->lock)) { in amdgpu_mux_resubmit_fallback()
|