Searched refs:smp_cond_load_relaxed (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Datomic.h29 #define atomic_cond_read_relaxed(v, c) smp_cond_load_relaxed(&(v)->counter, (c))
32 #define atomic64_cond_read_relaxed(v, c) smp_cond_load_relaxed(&(v)->counter, (c))
/linux-master/include/asm-generic/
H A Dbarrier.h236 * smp_cond_load_relaxed() - (Spin) wait for cond with no ordering guarantees
245 #ifndef smp_cond_load_relaxed
246 #define smp_cond_load_relaxed(ptr, cond_expr) ({ \ macro
270 _val = smp_cond_load_relaxed(ptr, cond_expr); \
/linux-master/arch/arm64/include/asm/
H A Dbarrier.h189 #define smp_cond_load_relaxed(ptr, cond_expr) \ macro
/linux-master/kernel/locking/
H A Dosq_lock.c142 * will come with an IPI, which will wake smp_cond_load_relaxed() if it
146 if (smp_cond_load_relaxed(&node->locked, VAL || need_resched() ||
H A Dqspinlock.c554 next = smp_cond_load_relaxed(&node->next, (VAL));
/linux-master/kernel/rcu/
H A Drcuscale.c776 smp_cond_load_relaxed(&rcu_lazy_test1_cb_called, VAL == 1);
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c648 smp_cond_load_relaxed(cmd, !VAL || (ret = queue_poll(&qp)));

Completed in 253 milliseconds