Home
last modified time | relevance | path

Searched refs:read_seqretry (Results 1 – 25 of 37) sorted by relevance

12

/linux/net/ipv4/
H A Dinetpeer.c118 } else if (unlikely(read_seqretry(&base->lock, seq))) { in lookup()
191 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer()
H A Dtcp_metrics.c579 } while (read_seqretry(&fastopen_seqlock, seq)); in tcp_fastopen_cache_get()
718 } while (read_seqretry(&fastopen_seqlock, seq)); in tcp_metrics_fill_info()
H A Dping.c248 } while (read_seqretry(&net->ipv4.ping_group_range.lock, seq)); in inet_get_ping_group_range_net()
H A Dsysctl_net_ipv4.c145 } while (read_seqretry(&net->ipv4.ping_group_range.lock, seq)); in inet_get_ping_group_range_table()
/linux/net/phonet/
H A Dsysctl.c48 } while (read_seqretry(&local_port_range_lock, seq)); in phonet_get_local_port_range()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.h75 } while (read_seqretry(&clock->lock, seq)); in mlx5_timecounter_cyc2time()
/linux/fs/nfs/
H A Dnamespace.c85 if (read_seqretry(&rename_lock, seq)) { in nfs_path()
126 if (read_seqretry(&rename_lock, seq)) in nfs_path()
/linux/include/net/
H A Dneighbour.h484 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
518 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
586 } while (read_seqretry(&n->ha_lock, seq)); in neigh_ha_snapshot()
H A Dsock.h2585 } while (read_seqretry(&sk->sk_stamp_seq, seq)); in sock_read_timestamp()
/linux/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.c48 } while (read_seqretry(&dev->txwait_lock, seq)); in hfi1_put_txreq()
H A Dsdma.h883 if (read_seqretry(&sde->head_lock, seq)) { in sdma_progress()
H A Dsdma.c393 } while (read_seqretry(&sde->waitlock, seq)); in sdma_flush()
1772 } while (read_seqretry(&sde->waitlock, seq)); in sdma_desc_avail()
/linux/include/linux/
H A Dseqlock.h753 * Return: count, to be passed to read_seqretry()
759 kcsan_atomic_next(0); /* non-raw usage, assume closing read_seqretry() */
765 * read_seqretry() - end a seqlock_t read side section
769 * read_seqretry closes the read side critical section of given seqlock_t.
775 static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) in read_seqbegin()
778 * Assume not nested: read_seqretry() may be called multiple times when
1075 return !(seq & 1) && read_seqretry(lock, seq); in read_seqbegin_or_lock()
790 static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) read_seqretry() function
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c69 } while (read_seqretry(&mdev->clock_lock, seq)); in mlx4_en_get_hwtstamp()
/linux/arch/sparc/kernel/
H A Dtime_32.c161 } while (read_seqretry(&timer_cs_lock, seq)); in timer_cs_read()
/linux/block/
H A Dbadblocks.c1367 if (read_seqretry(&bb->lock, seq)) in _badblocks_check()
1530 if (read_seqretry(&bb->lock, seq)) in badblocks_show()
/linux/Documentation/locking/
H A Dseqlock.rst204 } while (read_seqretry(&foo_seqlock, seq));
/linux/fs/ufs/
H A Dinode.c100 } while (read_seqretry(&ufsi->meta_lock, seq)); in grow_chain32()
116 } while (read_seqretry(&ufsi->meta_lock, seq)); in grow_chain64()
/linux/fs/
H A Ddcache.c2273 } while (read_seqretry(&rename_lock, seq)); in d_lookup()
2504 if (unlikely(read_seqretry(&rename_lock, r_seq))) { in d_alloc_parallel()
3059 if (read_seqretry(&rename_lock, seq)) { in is_subdir()
/linux/drivers/hwmon/
H A Dbt1-pvt.c300 } while (read_seqretry(&cache->data_seqlock, seq)); in pvt_read_data()
/linux/drivers/devfreq/event/
H A Drockchip-dfi.c434 } while (read_seqretry(&dfi->count_seqlock, seq)); in rockchip_ddr_perf_event_get_count()
/linux/kernel/rcu/
H A Drefscale.c627 return !read_seqretry(&rtsp->rts_seqlock, start); in typesafe_seqlock_release()
/linux/fs/afs/
H A Dinode.c616 } while (read_seqretry(&vnode->cb_lock, seq)); in afs_getattr()
/linux/kernel/kcsan/
H A Dkcsan_test.c463 } while (read_seqretry(&test_seqlock, seq)); in test_kernel_seqlock_reader()
/linux/net/core/
H A Dneighbour.c1562 } while (read_seqretry(&neigh->ha_lock, seq)); in neigh_resolve_output()
1591 } while (read_seqretry(&neigh->ha_lock, seq)); in neigh_connected_output()

12