Symbol: seqlock_t
drivers/devfreq/event/rockchip-dfi.c
96
seqlock_t count_seqlock; /* protects last_perf_count and total_count */
drivers/hwmon/bt1-pvt.h
184
seqlock_t data_seqlock;
drivers/infiniband/hw/hfi1/hfi.h
1322
seqlock_t sc2vl_lock ____cacheline_aligned_in_smp;
drivers/infiniband/hw/hfi1/iowait.h
110
seqlock_t *lock;
drivers/infiniband/hw/hfi1/pio.h
88
seqlock_t waitlock;
drivers/infiniband/hw/hfi1/qp.c
134
seqlock_t *lock = priv->s_iowait.lock;
drivers/infiniband/hw/hfi1/qp.c
844
seqlock_t *lock = priv->s_iowait.lock;
drivers/infiniband/hw/hfi1/sdma.h
325
seqlock_t head_lock ____cacheline_aligned_in_smp;
drivers/infiniband/hw/hfi1/sdma.h
344
seqlock_t waitlock;
drivers/infiniband/hw/hfi1/user_sdma.c
198
seqlock_t *lock = pq->busy.lock;
drivers/infiniband/hw/hfi1/verbs.h
240
seqlock_t txwait_lock ____cacheline_aligned_in_smp;
drivers/infiniband/hw/hfi1/verbs.h
249
seqlock_t iowait_lock ____cacheline_aligned_in_smp;
drivers/md/raid10.h
74
seqlock_t resync_lock;
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.h
106
seqlock_t ptp_lock;
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
424
seqlock_t clock_lock;
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.h
56
seqlock_t lock;
drivers/net/ethernet/wangxun/libwx/wx_type.h
1393
seqlock_t hw_tc_lock; /* seqlock for ptp */
fs/afs/internal.h
307
seqlock_t fs_lock; /* For fs_probe_*, fs_proc */
fs/afs/internal.h
404
seqlock_t volume_lock; /* For volumes */
fs/afs/internal.h
733
seqlock_t cb_lock; /* Lock for ->cb_server, ->status, ->cb_*break */
fs/btrfs/fs.h
760
seqlock_t profiles_lock;
fs/mount.h
154
extern seqlock_t mount_lock;
fs/nfs/nfs4_fs.h
195
seqlock_t seqlock; /* Protects the stateid/open_stateid */
fs/nfsd/netns.h
129
seqlock_t writeverf_lock;
fs/ufs/ufs.h
49
seqlock_t meta_lock;
include/drm/drm_vblank.h
159
seqlock_t seqlock;
include/linux/badblocks.h
40
seqlock_t lock;
include/linux/dcache.h
233
extern seqlock_t rename_lock;
include/linux/fs_struct.h
12
seqlock_t seq;
include/linux/memcontrol.h
257
seqlock_t socket_pressure_seqlock;
include/linux/mmzone.h
990
seqlock_t span_seqlock;
include/linux/netdevice.h
284
seqlock_t hh_lock;
include/linux/nfs_fs_sb.h
132
seqlock_t cl_boot_lock;
include/linux/sched/signal.h
188
seqlock_t stats_lock;
include/linux/seqlock.h
1011
static inline void read_seqlock_excl(seqlock_t *sl)
include/linux/seqlock.h
1021
static inline void read_sequnlock_excl(seqlock_t *sl)
include/linux/seqlock.h
1036
static inline void read_seqlock_excl_bh(seqlock_t *sl)
include/linux/seqlock.h
1047
static inline void read_sequnlock_excl_bh(seqlock_t *sl)
include/linux/seqlock.h
1062
static inline void read_seqlock_excl_irq(seqlock_t *sl)
include/linux/seqlock.h
1073
static inline void read_sequnlock_excl_irq(seqlock_t *sl)
include/linux/seqlock.h
1079
static inline unsigned long __read_seqlock_excl_irqsave(seqlock_t *sl)
include/linux/seqlock.h
1109
read_sequnlock_excl_irqrestore(seqlock_t *sl, unsigned long flags)
include/linux/seqlock.h
1146
static inline void read_seqbegin_or_lock(seqlock_t *lock, int *seq)
include/linux/seqlock.h
1162
static inline int need_seqretry(seqlock_t *lock, int seq)
include/linux/seqlock.h
1176
static inline void done_seqretry(seqlock_t *lock, int seq)
include/linux/seqlock.h
1204
read_seqbegin_or_lock_irqsave(seqlock_t *lock, int *seq)
include/linux/seqlock.h
1230
done_seqretry_irqrestore(seqlock_t *lock, int seq, unsigned long flags)
include/linux/seqlock.h
1281
__scoped_seqlock_next(struct ss_tmp *sst, seqlock_t *lock, enum ss_state target)
include/linux/seqlock.h
1331
__releases_shared(*((seqlock_t **)s)) __no_context_analysis {}
include/linux/seqlock.h
1361
DEFINE_LOCK_GUARD_1(seqlock_init, seqlock_t, seqlock_init(_T->lock), /* */)
include/linux/seqlock.h
1362
DECLARE_LOCK_GUARD_1_ATTRS(seqlock_init, __acquires(_T), __releases(*(seqlock_t **)_T))
include/linux/seqlock.h
827
seqlock_t sl = __SEQLOCK_UNLOCKED(sl)
include/linux/seqlock.h
835
static inline unsigned read_seqbegin(const seqlock_t *sl)
include/linux/seqlock.h
852
static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start)
include/linux/seqlock.h
877
static inline void write_seqlock(seqlock_t *sl)
include/linux/seqlock.h
891
static inline void write_sequnlock(seqlock_t *sl)
include/linux/seqlock.h
905
static inline void write_seqlock_bh(seqlock_t *sl)
include/linux/seqlock.h
920
static inline void write_sequnlock_bh(seqlock_t *sl)
include/linux/seqlock.h
934
static inline void write_seqlock_irq(seqlock_t *sl)
include/linux/seqlock.h
948
static inline void write_sequnlock_irq(seqlock_t *sl)
include/linux/seqlock.h
955
static inline unsigned long __write_seqlock_irqsave(seqlock_t *sl)
include/linux/seqlock.h
988
write_sequnlock_irqrestore(seqlock_t *sl, unsigned long flags)
include/net/inetpeer.h
63
seqlock_t lock;
include/net/neighbour.h
159
seqlock_t ha_lock;
include/net/netns/ipv4.h
27
seqlock_t lock;
include/net/netns/xfrm.h
25
seqlock_t lock;
include/net/sock.h
548
seqlock_t sk_stamp_seq;
kernel/rcu/refscale.c
991
seqlock_t rts_seqlock;
lib/test_context-analysis.c
223
seqlock_t sl;
net/rxrpc/ar-internal.h
391
seqlock_t service_conn_lock;