Home
last modified time | relevance | path

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

12

/linux-6.1.9/net/ipv4/
Dinetpeer.c121 } else if (unlikely(read_seqretry(&base->lock, seq))) { in lookup()
194 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer()
Dtcp_metrics.c562 } while (read_seqretry(&fastopen_seqlock, seq)); in tcp_fastopen_cache_get()
696 } while (read_seqretry(&fastopen_seqlock, seq)); in tcp_metrics_fill_info()
Dping.c258 } while (read_seqretry(&net->ipv4.ping_group_range.lock, seq)); in inet_get_ping_group_range_net()
Dsysctl_net_ipv4.c143 } while (read_seqretry(&net->ipv4.ping_group_range.lock, seq)); in inet_get_ping_group_range_table()
Dinet_connection_sock.c129 } while (read_seqretry(&net->ipv4.ip_local_ports.lock, seq)); in inet_get_local_port_range()
/linux-6.1.9/net/phonet/
Dsysctl.c48 } while (read_seqretry(&local_port_range_lock, seq)); in phonet_get_local_port_range()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.h75 } while (read_seqretry(&clock->lock, seq)); in mlx5_timecounter_cyc2time()
/linux-6.1.9/fs/nfs/
Dnamespace.c85 if (read_seqretry(&rename_lock, seq)) { in nfs_path()
126 if (read_seqretry(&rename_lock, seq)) in nfs_path()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dverbs_txreq.c48 } while (read_seqretry(&dev->txwait_lock, seq)); in hfi1_put_txreq()
Dsdma.h860 if (read_seqretry(&sde->head_lock, seq)) { in sdma_progress()
Dsdma.c393 } while (read_seqretry(&sde->waitlock, seq)); in sdma_flush()
1774 } while (read_seqretry(&sde->waitlock, seq)); in sdma_desc_avail()
/linux-6.1.9/include/net/
Dneighbour.h488 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
522 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
590 } while (read_seqretry(&n->ha_lock, seq)); in neigh_ha_snapshot()
/linux-6.1.9/block/
Dbadblocks.c120 if (read_seqretry(&bb->lock, seq)) in badblocks_check()
498 if (read_seqretry(&bb->lock, seq)) in badblocks_show()
/linux-6.1.9/include/linux/
Dseqlock.h854 static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) in read_seqretry() function
1154 return !(seq & 1) && read_seqretry(lock, seq); in need_seqretry()
Dmemory_hotplug.h136 return read_seqretry(&zone->span_seqlock, iv); in zone_span_seqretry()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c71 } while (read_seqretry(&mdev->clock_lock, seq)); in mlx4_en_fill_hwtstamps()
/linux-6.1.9/arch/sparc/kernel/
Dtime_32.c162 } while (read_seqretry(&timer_cs_lock, seq)); in timer_cs_read()
/linux-6.1.9/Documentation/locking/
Dseqlock.rst204 } while (read_seqretry(&foo_seqlock, seq));
/linux-6.1.9/fs/ufs/
Dinode.c99 } while (read_seqretry(&ufsi->meta_lock, seq)); in grow_chain32()
115 } while (read_seqretry(&ufsi->meta_lock, seq)); in grow_chain64()
/linux-6.1.9/fs/
Ddcache.c2433 } while (read_seqretry(&rename_lock, seq)); in d_lookup()
2664 if (unlikely(read_seqretry(&rename_lock, r_seq))) { in d_alloc_parallel()
3224 } while (read_seqretry(&rename_lock, seq)); in is_subdir()
Dnamei.c1321 if (!read_seqretry(&mount_lock, mseq)) in choose_mountpoint()
1510 if (read_seqretry(&mount_lock, nd->m_seq)) in __follow_mount_rcu()
1514 if (read_seqretry(&mount_lock, nd->m_seq)) in __follow_mount_rcu()
1884 if (read_seqretry(&mount_lock, nd->m_seq)) in follow_dotdot_rcu()
1898 if (read_seqretry(&mount_lock, nd->m_seq)) in follow_dotdot_rcu()
Dnamespace.c626 if (read_seqretry(&mount_lock, seq)) in __legitimize_mnt()
633 if (likely(!read_seqretry(&mount_lock, seq))) in __legitimize_mnt()
1318 } while (read_seqretry(&mount_lock, seq)); in path_is_mountpoint()
/linux-6.1.9/drivers/hwmon/
Dbt1-pvt.c300 } while (read_seqretry(&cache->data_seqlock, seq)); in pvt_read_data()
/linux-6.1.9/kernel/kcsan/
Dkcsan_test.c460 } while (read_seqretry(&test_seqlock, seq)); in test_kernel_seqlock_reader()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_vblank.c951 } while (read_seqretry(&vblank->seqlock, seq)); in drm_vblank_count_and_time()

12