Searched refs:read_seqretry (Results 1 - 25 of 41) sorted by relevance

12

/linux-master/net/phonet/
H A Dsysctl.c48 } while (read_seqretry(&local_port_range_lock, seq));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.h75 } while (read_seqretry(&clock->lock, seq));
/linux-master/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.c48 } while (read_seqretry(&dev->txwait_lock, seq));
H A Dsdma.h883 if (read_seqretry(&sde->head_lock, seq)) {
H A Dsdma.c393 } while (read_seqretry(&sde->waitlock, seq));
1772 } while (read_seqretry(&sde->waitlock, seq));
/linux-master/net/ipv4/
H A Dinetpeer.c118 } else if (unlikely(read_seqretry(&base->lock, seq))) {
191 invalidated = read_seqretry(&base->lock, seq);
H A Dtcp_metrics.c579 } while (read_seqretry(&fastopen_seqlock, seq));
713 } while (read_seqretry(&fastopen_seqlock, seq));
H A Dping.c248 } while (read_seqretry(&net->ipv4.ping_group_range.lock, seq));
H A Dsysctl_net_ipv4.c144 } while (read_seqretry(&net->ipv4.ping_group_range.lock, seq));
/linux-master/fs/nfs/
H A Dnamespace.c85 if (read_seqretry(&rename_lock, seq)) {
126 if (read_seqretry(&rename_lock, seq))
/linux-master/include/net/
H A Dneighbour.h484 } while (read_seqretry(&hh->hh_lock, seq));
518 } while (read_seqretry(&hh->hh_lock, seq));
586 } while (read_seqretry(&n->ha_lock, seq));
/linux-master/include/linux/
H A Dseqlock.h768 * Return: count, to be passed to read_seqretry()
774 kcsan_atomic_next(0); /* non-raw usage, assume closing read_seqretry() */
780 * read_seqretry() - end a seqlock_t read side section
784 * read_seqretry closes the read side critical section of given seqlock_t.
790 static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) function
793 * Assume not nested: read_seqretry() may be called multiple times when
1090 return !(seq & 1) && read_seqretry(lock, seq);
H A Dmemory_hotplug.h155 return read_seqretry(&zone->span_seqlock, iv);
/linux-master/arch/sparc/kernel/
H A Dtime_32.c161 } while (read_seqretry(&timer_cs_lock, seq));
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c69 } while (read_seqretry(&mdev->clock_lock, seq));
/linux-master/block/
H A Dbadblocks.c1367 if (read_seqretry(&bb->lock, seq))
1530 if (read_seqretry(&bb->lock, seq))
/linux-master/fs/ufs/
H A Dinode.c100 } while (read_seqretry(&ufsi->meta_lock, seq));
116 } while (read_seqretry(&ufsi->meta_lock, seq));
/linux-master/fs/
H A Dnamei.c1326 if (!read_seqretry(&mount_lock, mseq))
1515 if (read_seqretry(&mount_lock, nd->m_seq))
1519 if (read_seqretry(&mount_lock, nd->m_seq))
1895 if (read_seqretry(&mount_lock, nd->m_seq))
1909 if (read_seqretry(&mount_lock, nd->m_seq))
H A Ddcache.c2257 } while (read_seqretry(&rename_lock, seq));
2488 if (unlikely(read_seqretry(&rename_lock, r_seq))) {
3051 } while (read_seqretry(&rename_lock, seq));
/linux-master/drivers/hwmon/
H A Dbt1-pvt.c300 } while (read_seqretry(&cache->data_seqlock, seq));
/linux-master/drivers/devfreq/event/
H A Drockchip-dfi.c434 } while (read_seqretry(&dfi->count_seqlock, seq));
/linux-master/kernel/rcu/
H A Drefscale.c625 return !read_seqretry(&rtsp->rts_seqlock, start);
/linux-master/fs/afs/
H A Dinode.c616 } while (read_seqretry(&vnode->cb_lock, seq));
/linux-master/fs/nfsd/
H A Dnfssvc.c353 } while (read_seqretry(&nn->writeverf_lock, seq));
/linux-master/kernel/kcsan/
H A Dkcsan_test.c460 } while (read_seqretry(&test_seqlock, seq));

Completed in 319 milliseconds

12