Searched refs:spin_trylock (Results 1 – 25 of 86) sorted by relevance
1234
126 #define spin_trylock(lock) \ macro141 __locked = spin_trylock(lock); \
357 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()814 if (spin_trylock(&mvotg->wq_lock)) { in mv_otg_probe()864 if (spin_trylock(&mvotg->wq_lock)) { in mv_otg_resume()
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)
33 if (!spin_trylock(&master_lock)) in ux500_enter_idle()
324 if (!spin_trylock(&espi->lock)) in t1_espi_get_mon()351 if (!spin_trylock(&espi->lock)) in t1_espi_get_mon_t204()
62 if (!spin_trylock(&arch_rng_lock)) in s390_arch_random_generate()
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
842 if (!spin_trylock(&inode->i_lock)) in cache_lru_isolate()912 if (!spin_trylock(&bucket->lock)) in entry_lru_isolate()924 if (!spin_trylock(&cache->listxattr_lock)) in entry_lru_isolate()
633 if (likely(spin_trylock(&parent->d_lock))) in lock_parent()692 if (inode && unlikely(!spin_trylock(&inode->i_lock))) in dentry_kill()697 if (unlikely(!spin_trylock(&parent->d_lock))) { in dentry_kill()1120 if (inode && unlikely(!spin_trylock(&inode->i_lock))) { in shrink_lock_dentry()1132 if (IS_ROOT(dentry) || likely(spin_trylock(&parent->d_lock))) in shrink_lock_dentry()1192 if (!spin_trylock(&dentry->d_lock)) in dentry_lru_isolate()1272 if (!spin_trylock(&dentry->d_lock)) in dentry_lru_isolate_shrink()
76 if (spin_trylock(&srmcons_callback_lock)) { in srmcons_receive_chars()
106 if (spin_trylock(&q->queue_lock)) { in ioc_release_fn()
546 if (!spin_trylock(&mapping->host->i_lock)) { in shadow_lru_isolate()
448 if (!spin_trylock(&ctrlr->cache_lock)) in rpmh_flush()
160 if (!spin_trylock(&crc->lock)) { in burst_update()
144 if (spin_trylock(&__hba->stat_lock)) { \
123 ret = spin_trylock(&hwlock->lock); in __hwspin_trylock()
405 return spin_trylock(&interface->mbx_lock); in fm10k_mbx_trylock()
187 if (spin_trylock(&qdisc->seqlock)) in qdisc_run_begin()222 return spin_trylock(&qdisc->seqlock); in qdisc_run_begin()
222 if (!spin_trylock(&drvdata->read_lock)) { in cctrng_read()
231 if (!spin_trylock(&list->list_lock)) in nf_conncount_gc_list()
Completed in 38 milliseconds