Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dseqlock.h69 } seqcount_t; typedef
71 static inline void __seqcount_init(seqcount_t *s, const char *name, in __seqcount_init()
96 static inline void seqcount_lockdep_reader_access(const seqcount_t *s) in seqcount_lockdep_reader_access()
98 seqcount_t *l = (seqcount_t *)s; in seqcount_lockdep_reader_access()
200 seqcount_t seqcount; \
204 static __always_inline seqcount_t * \
252 static inline seqcount_t *__seqprop_ptr(seqcount_t *s) in __seqprop_ptr()
257 static inline unsigned __seqprop_sequence(const seqcount_t *s) in __seqprop_sequence()
262 static inline bool __seqprop_preemptible(const seqcount_t *s) in __seqprop_preemptible()
267 static inline void __seqprop_assert(const seqcount_t *s) in __seqprop_assert()
[all …]
H A Dflex_proportions.h34 seqcount_t sequence;
H A Dpsi_types.h88 seqcount_t seq ____cacheline_aligned_in_smp;
H A Du64_stats_sync.h66 seqcount_t seq;
H A Dmm_types.h865 seqcount_t write_protect_seq;
H A Dsched.h346 seqcount_t seqcount;
H A Dfs.h687 seqcount_t i_size_seqcount;
/openbmc/linux/Documentation/locking/
H A Dseqlock.rst39 Sequence counters (``seqcount_t``)
59 seqcount_t foo_seqcount;
63 static seqcount_t foo_seqcount = SEQCNT_ZERO(foo_seqcount);
95 As discussed at :ref:`seqcount_t`, sequence count write side critical
119 seqcount_t or any of the seqcount_LOCKNAME_t variants above.
136 Write path: same as in :ref:`seqcount_t`, while running from a context
139 Read path: same as in :ref:`seqcount_t`.
148 where the embedded seqcount_t counter even/odd value is used to switch
164 This contains the :ref:`seqcount_t` mechanism earlier discussed, plus an
/openbmc/linux/net/netfilter/
H A Dnft_counter.c28 static DEFINE_PER_CPU(seqcount_t, nft_counter_seq);
35 seqcount_t *myseq; in nft_counter_do_eval()
110 seqcount_t *myseq; in nft_counter_reset()
127 const seqcount_t *myseq; in nft_counter_fetch()
271 seqcount_t *myseq; in nft_counter_offload_stats()
H A Dx_tables.c1319 DEFINE_PER_CPU(seqcount_t, xt_recseq);
1431 seqcount_t *s = &per_cpu(xt_recseq, cpu); in xt_replace_table()
/openbmc/linux/arch/ia64/kernel/
H A Dfsyscall_gtod_data.h16 seqcount_t seq;
/openbmc/linux/kernel/time/
H A Dtick-sched.h78 seqcount_t idle_sleeptime_seq;
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h108 seqcount_t link_seq;
/openbmc/linux/net/core/
H A Dgen_estimator.c50 seqcount_t seq;
/openbmc/linux/arch/x86/kernel/cpu/
H A Daperfmperf.c27 seqcount_t seq;
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_types.h308 seqcount_t lock;
/openbmc/linux/include/linux/netfilter/
H A Dx_tables.h346 DECLARE_PER_CPU(seqcount_t, xt_recseq);
/openbmc/linux/fs/btrfs/
H A Dvolumes.h115 seqcount_t data_seqcount;
/openbmc/linux/arch/s390/include/asm/
H A Dkvm_host.h765 seqcount_t cputm_seqcount;
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h207 seqcount_t i_size_seqcount;
/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c608 seqcount_t *s = &per_cpu(xt_recseq, cpu); in get_counters()
H A Dip_tables.c747 seqcount_t *s = &per_cpu(xt_recseq, cpu); in get_counters()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6_tables.c764 seqcount_t *s = &per_cpu(xt_recseq, cpu); in get_counters()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.c2328 (const seqcount_t *)&sde->head_lock.seqcount); in sdma_check_progress()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c2260 seqcount_t seq;