Searched refs:spin_trylock (Results 1 – 25 of 88) sorted by relevance
1234
126 #define spin_trylock(lock) \ macro141 __locked = spin_trylock(lock); \
358 static __always_inline int spin_trylock(spinlock_t *lock) in spin_trylock() function
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()812 if (spin_trylock(&mvotg->wq_lock)) { in mv_otg_probe()861 if (spin_trylock(&mvotg->wq_lock)) { in mv_otg_resume()
33 if (!spin_trylock(&master_lock)) in ux500_enter_idle()
17 * spin_trylock() read-modify-write event pair19 * spin_trylock() RMW event pair21 * LF Lock-Fail: a failed spin_trylock() event
42 spin_trylock(X) __trylock(X)
37 if (!spin_trylock(&pvpanic_lock)) in pvpanic_send_event()
315 if (!spin_trylock(&espi->lock)) in t1_espi_get_mon()342 if (!spin_trylock(&espi->lock)) in t1_espi_get_mon_t204()
166 static inline bool spin_trylock(spinlock_t *lock) in spin_trylock() function
30 spin_trylock@p1
33 spin_trylock@p1
55 spin_trylock@p1
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()
76 if (spin_trylock(&srmcons_callback_lock)) { in srmcons_receive_chars()
658 if (likely(spin_trylock(&parent->d_lock))) in lock_parent()717 if (inode && unlikely(!spin_trylock(&inode->i_lock))) in dentry_kill()722 if (unlikely(!spin_trylock(&parent->d_lock))) { in dentry_kill()1145 if (inode && unlikely(!spin_trylock(&inode->i_lock))) { in shrink_lock_dentry()1157 if (IS_ROOT(dentry) || likely(spin_trylock(&parent->d_lock))) in shrink_lock_dentry()1217 if (!spin_trylock(&dentry->d_lock)) in dentry_lru_isolate()1297 if (!spin_trylock(&dentry->d_lock)) in dentry_lru_isolate_shrink()
119 if (spin_trylock(&q->queue_lock)) { in ioc_release_fn()
442 if (!spin_trylock(&ctrlr->cache_lock)) in rpmh_flush()
662 if (!spin_trylock(&mapping->host->i_lock)) { in shadow_lru_isolate()
160 if (!spin_trylock(&crc->lock)) { in burst_update()
123 ret = spin_trylock(&hwlock->lock); in __hwspin_trylock()
144 if (spin_trylock(&__hba->stat_lock)) { \
405 return spin_trylock(&interface->mbx_lock); in fm10k_mbx_trylock()
130 if (!spin_trylock(&mux->lock)) { in amdgpu_mux_resubmit_fallback()
187 if (spin_trylock(&qdisc->seqlock)) in qdisc_run_begin()202 return spin_trylock(&qdisc->seqlock); in qdisc_run_begin()
222 if (!spin_trylock(&drvdata->read_lock)) { in cctrng_read()
Completed in 47 milliseconds