/Linux-v4.19/fs/nfs/ |
D | namespace.c | 79 if (read_seqretry(&rename_lock, seq)) { in nfs_path() 120 if (read_seqretry(&rename_lock, seq)) in nfs_path()
|
D | nfs4state.c | 1015 } while (read_seqretry(&state->seqlock, seq)); in nfs4_refresh_open_stateid() 1034 } while (read_seqretry(&state->seqlock, seq)); in nfs4_copy_open_stateid()
|
/Linux-v4.19/net/ipv4/ |
D | inetpeer.c | 128 } else if (unlikely(read_seqretry(&base->lock, seq))) { in lookup() 192 invalidated = read_seqretry(&base->lock, seq); in inet_getpeer()
|
D | tcp_metrics.c | 566 } while (read_seqretry(&fastopen_seqlock, seq)); in tcp_fastopen_cache_get() 700 } while (read_seqretry(&fastopen_seqlock, seq)); in tcp_metrics_fill_info()
|
D | inet_connection_sock.c | 128 } while (read_seqretry(&net->ipv4.ip_local_ports.lock, seq)); in inet_get_local_port_range()
|
D | sysctl_net_ipv4.c | 153 } while (read_seqretry(&net->ipv4.ping_group_range.lock, seq)); in inet_get_ping_group_range_table()
|
D | ping.c | 253 } while (read_seqretry(&net->ipv4.ping_group_range.lock, seq)); in inet_get_ping_group_range_net()
|
/Linux-v4.19/net/phonet/ |
D | sysctl.c | 61 } while (read_seqretry(&local_port_range_lock, seq)); in phonet_get_local_port_range()
|
/Linux-v4.19/kernel/time/ |
D | jiffies.c | 88 } while (read_seqretry(&jiffies_lock, seq)); in get_jiffies_64()
|
D | tick-common.c | 162 } while (read_seqretry(&jiffies_lock, seq)); in tick_setup_periodic()
|
D | tick-sched.c | 658 } while (read_seqretry(&jiffies_lock, seq)); in tick_nohz_next_event()
|
/Linux-v4.19/include/linux/ |
D | seqlock.h | 436 static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) in read_seqretry() function 536 return !(seq & 1) && read_seqretry(lock, seq); in need_seqretry()
|
D | memory_hotplug.h | 67 return read_seqretry(&zone->span_seqlock, iv); in zone_span_seqretry()
|
/Linux-v4.19/include/net/ |
D | neighbour.h | 449 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge() 470 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output() 527 } while (read_seqretry(&n->ha_lock, seq)); in neigh_ha_snapshot()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | verbs_txreq.c | 90 } while (read_seqretry(&dev->txwait_lock, seq)); in hfi1_put_txreq()
|
D | sdma.h | 909 if (read_seqretry(&sde->head_lock, seq)) { in sdma_progress()
|
/Linux-v4.19/block/ |
D | badblocks.c | 129 if (read_seqretry(&bb->lock, seq)) in badblocks_check() 508 if (read_seqretry(&bb->lock, seq)) in badblocks_show()
|
/Linux-v4.19/fs/autofs/ |
D | waitq.c | 204 if (read_seqretry(&rename_lock, seq)) in autofs_getpath() 220 if (read_seqretry(&rename_lock, seq)) in autofs_getpath()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | en_clock.c | 71 } while (read_seqretry(&mdev->clock_lock, seq)); in mlx4_en_fill_hwtstamps()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | time_32.c | 162 } while (read_seqretry(&timer_cs_lock, seq)); in timer_cs_read()
|
/Linux-v4.19/net/decnet/ |
D | dn_neigh.c | 187 } while (read_seqretry(&neigh->ha_lock, seq)); in dn_neigh_output()
|
/Linux-v4.19/fs/ |
D | dcache.c | 2237 } while (read_seqretry(&rename_lock, seq)); in d_lookup() 2467 if (unlikely(read_seqretry(&rename_lock, r_seq))) { in d_alloc_parallel() 3009 } while (read_seqretry(&rename_lock, seq)); in is_subdir()
|
D | namespace.c | 571 if (read_seqretry(&mount_lock, seq)) in __legitimize_mnt() 578 if (likely(!read_seqretry(&mount_lock, seq))) in __legitimize_mnt() 1222 } while (read_seqretry(&mount_lock, seq)); in path_is_mountpoint()
|
/Linux-v4.19/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()
|
/Linux-v4.19/fs/cifs/ |
D | dir.c | 156 if (namelen != dfsplen + pplen || read_seqretry(&rename_lock, seq)) { in build_path_from_dentry_optional_prefix()
|