Searched refs:seqcount_t (Results 1 – 25 of 25) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | seqlock.h | 69 } 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 D | flex_proportions.h | 34 seqcount_t sequence;
|
H A D | psi_types.h | 88 seqcount_t seq ____cacheline_aligned_in_smp;
|
H A D | u64_stats_sync.h | 66 seqcount_t seq;
|
H A D | mm_types.h | 865 seqcount_t write_protect_seq;
|
H A D | sched.h | 346 seqcount_t seqcount;
|
H A D | fs.h | 687 seqcount_t i_size_seqcount;
|
/openbmc/linux/Documentation/locking/ |
H A D | seqlock.rst | 39 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 D | nft_counter.c | 28 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 D | x_tables.c | 1319 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 D | fsyscall_gtod_data.h | 16 seqcount_t seq;
|
/openbmc/linux/kernel/time/ |
H A D | tick-sched.h | 78 seqcount_t idle_sleeptime_seq;
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth.h | 108 seqcount_t link_seq;
|
/openbmc/linux/net/core/ |
H A D | gen_estimator.c | 50 seqcount_t seq;
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | aperfmperf.c | 27 seqcount_t seq;
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_types.h | 308 seqcount_t lock;
|
/openbmc/linux/include/linux/netfilter/ |
H A D | x_tables.h | 346 DECLARE_PER_CPU(seqcount_t, xt_recseq);
|
/openbmc/linux/fs/btrfs/ |
H A D | volumes.h | 115 seqcount_t data_seqcount;
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | kvm_host.h | 765 seqcount_t cputm_seqcount;
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 207 seqcount_t i_size_seqcount;
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | arp_tables.c | 608 seqcount_t *s = &per_cpu(xt_recseq, cpu); in get_counters()
|
H A D | ip_tables.c | 747 seqcount_t *s = &per_cpu(xt_recseq, cpu); in get_counters()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 764 seqcount_t *s = &per_cpu(xt_recseq, cpu); in get_counters()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | sdma.c | 2328 (const seqcount_t *)&sde->head_lock.seqcount); in sdma_check_progress()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 2260 seqcount_t seq;
|