/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | clock.h | 54 } while (read_seqretry(&clock->lock, seq)); in mlx5_timecounter_cyc2time()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | inetpeer.c | 128 } else if (unlikely(read_seqretry(&base->lock, seq))) { in lookup() 197 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer()
|
D | tcp_metrics.c | 561 } while (read_seqretry(&fastopen_seqlock, seq)); in tcp_fastopen_cache_get() 695 } while (read_seqretry(&fastopen_seqlock, seq)); in tcp_metrics_fill_info()
|
D | inet_connection_sock.c | 142 } while (read_seqretry(&net->ipv4.ip_local_ports.lock, seq)); in inet_get_local_port_range()
|
D | ping.c | 249 } while (read_seqretry(&net->ipv4.ping_group_range.lock, seq)); in inet_get_ping_group_range_net()
|
/kernel/linux/linux-5.10/net/phonet/ |
D | sysctl.c | 48 } while (read_seqretry(&local_port_range_lock, seq)); in phonet_get_local_port_range()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | namespace.c | 85 if (read_seqretry(&rename_lock, seq)) { in nfs_path() 126 if (read_seqretry(&rename_lock, seq)) in nfs_path()
|
/kernel/linux/linux-5.10/include/net/ |
D | neighbour.h | 461 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge() 495 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output() 563 } while (read_seqretry(&n->ha_lock, seq)); in neigh_ha_snapshot()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | verbs_txreq.c | 90 } while (read_seqretry(&dev->txwait_lock, seq)); in hfi1_put_txreq()
|
D | sdma.h | 901 if (read_seqretry(&sde->head_lock, seq)) { in sdma_progress()
|
/kernel/linux/linux-5.10/include/linux/ |
D | seqlock.h | 853 static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) in read_seqretry() function 1153 return !(seq & 1) && read_seqretry(lock, seq); in need_seqretry()
|
D | memory_hotplug.h | 97 return read_seqretry(&zone->span_seqlock, iv); in zone_span_seqretry()
|
/kernel/linux/linux-5.10/block/ |
D | badblocks.c | 121 if (read_seqretry(&bb->lock, seq)) in badblocks_check() 500 if (read_seqretry(&bb->lock, seq)) in badblocks_show()
|
/kernel/linux/linux-5.10/fs/autofs/ |
D | waitq.c | 201 if (read_seqretry(&rename_lock, seq)) in autofs_getpath() 217 if (read_seqretry(&rename_lock, seq)) in autofs_getpath()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
D | en_clock.c | 71 } while (read_seqretry(&mdev->clock_lock, seq)); in mlx4_en_fill_hwtstamps()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | time_32.c | 162 } while (read_seqretry(&timer_cs_lock, seq)); in timer_cs_read()
|
/kernel/linux/linux-5.10/net/decnet/ |
D | dn_neigh.c | 187 } while (read_seqretry(&neigh->ha_lock, seq)); in dn_neigh_output()
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | seqlock.rst | 204 } while (read_seqretry(&foo_seqlock, seq));
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | dir.c | 155 if (namelen != dfsplen + pplen || read_seqretry(&rename_lock, seq)) { in build_path_from_dentry_optional_prefix()
|
/kernel/linux/linux-5.10/fs/ufs/ |
D | inode.c | 99 } while (read_seqretry(&ufsi->meta_lock, seq)); in grow_chain32() 115 } while (read_seqretry(&ufsi->meta_lock, seq)); in grow_chain64()
|
/kernel/linux/linux-5.10/fs/ |
D | dcache.c | 2338 } while (read_seqretry(&rename_lock, seq)); in d_lookup() 2566 if (unlikely(read_seqretry(&rename_lock, r_seq))) { in d_alloc_parallel() 3107 } while (read_seqretry(&rename_lock, seq)); in is_subdir()
|
D | namei.c | 1162 if (!read_seqretry(&mount_lock, mseq)) in choose_mountpoint() 1359 if (read_seqretry(&mount_lock, nd->m_seq)) in __follow_mount_rcu() 1740 if (unlikely(read_seqretry(&mount_lock, nd->m_seq))) in follow_dotdot_rcu() 1754 if (unlikely(read_seqretry(&mount_lock, nd->m_seq))) in follow_dotdot_rcu()
|
D | namespace.c | 567 if (read_seqretry(&mount_lock, seq)) in __legitimize_mnt() 574 if (likely(!read_seqretry(&mount_lock, seq))) in __legitimize_mnt() 1250 } while (read_seqretry(&mount_lock, seq)); in path_is_mountpoint()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | bt1-pvt.c | 324 } while (read_seqretry(&cache->data_seqlock, seq)); in pvt_read_data()
|
/kernel/linux/linux-5.10/kernel/kcsan/ |
D | kcsan-test.c | 394 } while (read_seqretry(&test_seqlock, seq)); in test_kernel_seqlock_reader()
|