Searched refs:smp_load_acquire (Results 101 - 125 of 141) sorted by relevance

123456

/linux-master/kernel/locking/
H A Dlocktorture.c1064 if (!smp_load_acquire(&crcp->crc_stop)) {
H A Drwsem.c1074 if (!smp_load_acquire(&waiter.task)) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c477 max_qos_sqs = smp_load_acquire(&priv->htb_max_qos_sqs);
2256 return NUM_QOS_SQ_STATS * smp_load_acquire(&priv->htb_max_qos_sqs);
2262 u16 max_qos_sqs = smp_load_acquire(&priv->htb_max_qos_sqs);
2280 max_qos_sqs = smp_load_acquire(&priv->htb_max_qos_sqs);
/linux-master/fs/crypto/
H A Dkeyring.c216 * Pairs with the smp_load_acquire() in fscrypt_find_master_key().
298 * executing a RELEASE barrier. We need to use smp_load_acquire() here
301 keyring = smp_load_acquire(&sb->s_master_keys);
/linux-master/include/linux/
H A Dlist.h409 struct list_head *next = smp_load_acquire(&head->next);
/linux-master/fs/
H A Dnamei.c1374 * positive right under us. Use of smp_load_acquire() provides a barrier
1389 flags = smp_load_acquire(&path->dentry->d_flags);
1414 flags = smp_load_acquire(&path->dentry->d_flags);
1433 unsigned flags = smp_load_acquire(&path->dentry->d_flags);
2848 if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) {
H A Dpipe.c277 unsigned int head = smp_load_acquire(&pipe->head);
H A Dsuper.c90 return smp_load_acquire(&sb->s_flags) & flags;
156 * Pairs with smp_load_acquire() in super_lock() to make sure
/linux-master/io_uring/
H A Drw.c1190 if (!smp_load_acquire(&req->iopoll_completed))
/linux-master/kernel/time/
H A Dtick-sched.c64 * without looking at the sequence count. The smp_load_acquire()
72 if (ktime_before(now, smp_load_acquire(&tick_next_period)))
125 * Pairs with smp_load_acquire() in the lockless quick
/linux-master/mm/
H A Dpage_owner.c190 * This pairs with smp_load_acquire() from function
874 stack = smp_load_acquire(&stack_list);
H A Dfilemap.c1278 flags = smp_load_acquire(&wait->flags);
1400 flags = smp_load_acquire(&wait->flags);
/linux-master/include/linux/atomic/
H A Datomic-arch-fallback.h479 ret = smp_load_acquire(&(v)->counter);
2605 ret = smp_load_acquire(&(v)->counter);
/linux-master/drivers/md/
H A Ddm-bufio.c1491 /* smp_load_acquire() pairs with read_endio()'s smp_mb__before_atomic() */
1492 if (!smp_load_acquire(&b->state)) /* fast case */
2234 if (likely(!smp_load_acquire(&b->state))) {
/linux-master/drivers/infiniband/core/
H A Duverbs_main.c103 struct ib_ucontext *ucontext = smp_load_acquire(&ufile->ucontext);
/linux-master/kernel/sched/
H A Dpsi.c1466 t = smp_load_acquire(trigger_ptr);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c197 sign = smp_load_acquire(&clock_info->sign);
/linux-master/fs/overlayfs/
H A Dnamei.c213 if (!IS_ERR(ret) && d_flags_negative(smp_load_acquire(&ret->d_flags))) {
/linux-master/kernel/rcu/
H A Dtree.c2288 if (smp_load_acquire(this_cpu_ptr(&rcu_data.rcu_urgent_qs))) {
4108 if (smp_load_acquire(&rdp->barrier_seq_snap) == gseq)
4589 return smp_load_acquire(&rdp->beenonline);
/linux-master/net/unix/
H A Daf_unix.c1616 * by smp_load_acquire(). IOW, the same warranties
1755 addr = smp_load_acquire(&unix_sk(sk)->addr);
2400 struct unix_address *addr = smp_load_acquire(&unix_sk(sk)->addr);
3072 if (!smp_load_acquire(&unix_sk(sk)->addr))
/linux-master/drivers/input/keyboard/
H A Dapplespi.c1043 input = smp_load_acquire(&applespi->touchpad_input_dev);
/linux-master/ipc/
H A Dsem.c215 * smp_load_acquire().
217 * this smp_load_acquire(), this is guaranteed because the smp_load_acquire()
426 if (!smp_load_acquire(&sma->use_global_lock)) {
/linux-master/mm/kasan/
H A Dkasan_test.c707 KUNIT_EXPECT_KASAN_FAIL(test, smp_load_acquire(i_unsafe));
/linux-master/net/ipv4/
H A Dtcp_output.c1135 unsigned long flags = smp_load_acquire(&sk->sk_tsq_flags);
1207 oval = smp_load_acquire(&sk->sk_tsq_flags);
/linux-master/drivers/usb/gadget/function/
H A Df_mass_storage.c425 /* Synchronize with the smp_load_acquire() in sleep_thread() */
442 /* Synchronize with the smp_load_acquire() in sleep_thread() */
594 bh && smp_load_acquire(&bh->state) >=
598 bh && smp_load_acquire(&bh->state) >=

Completed in 543 milliseconds

123456