Searched refs:seqcount_t (Results 1 – 25 of 26) sorted by relevance
12
| /linux-6.15/include/linux/ |
| H A D | seqlock.h | 68 seqcount_t *l = (seqcount_t *)s; in seqcount_lockdep_reader_access() 145 static __always_inline seqcount_t * \ 151 static __always_inline const seqcount_t * \ 199 static inline seqcount_t *__seqprop_ptr(seqcount_t *s) in __seqprop_ptr() 204 static inline const seqcount_t *__seqprop_const_ptr(const seqcount_t *s) in __seqprop_const_ptr() 219 static inline void __seqprop_assert(const seqcount_t *s) in __seqprop_assert() 253 seqcount_t: __seqprop_##prop, \ 449 static inline void do_raw_write_seqcount_end(seqcount_t *s) in do_raw_write_seqcount_end() 501 static inline void do_write_seqcount_begin(seqcount_t *s) in do_write_seqcount_begin() 521 static inline void do_write_seqcount_end(seqcount_t *s) in do_write_seqcount_end() [all …]
|
| H A D | seqlock_types.h | 38 } seqcount_t; typedef 64 seqcount_t seqcount; \
|
| 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 | uprobes.h | 132 seqcount_t ri_seqcount;
|
| H A D | mm_types.h | 1032 seqcount_t mm_lock_seq; 1052 seqcount_t write_protect_seq;
|
| H A D | sched.h | 378 seqcount_t seqcount;
|
| H A D | fs.h | 721 seqcount_t i_size_seqcount;
|
| /linux-6.15/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
|
| /linux-6.15/kernel/time/ |
| H A D | tick-sched.h | 81 seqcount_t idle_sleeptime_seq;
|
| /linux-6.15/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth.h | 108 seqcount_t link_seq;
|
| /linux-6.15/net/core/ |
| H A D | gen_estimator.c | 50 seqcount_t seq;
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | aperfmperf.c | 27 seqcount_t seq;
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_engine_types.h | 308 seqcount_t lock;
|
| /linux-6.15/include/linux/netfilter/ |
| H A D | x_tables.h | 346 DECLARE_PER_CPU(seqcount_t, xt_recseq);
|
| /linux-6.15/fs/bcachefs/ |
| H A D | bcachefs.h | 909 seqcount_t usage_lock; 960 seqcount_t gc_pos_lock;
|
| /linux-6.15/drivers/gpu/drm/v3d/ |
| H A D | v3d_drv.h | 50 seqcount_t lock;
|
| /linux-6.15/fs/btrfs/ |
| H A D | volumes.h | 135 seqcount_t data_seqcount;
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | kvm_host.h | 435 seqcount_t cputm_seqcount;
|
| /linux-6.15/net/netfilter/ |
| H A D | x_tables.c | 1320 DEFINE_PER_CPU(seqcount_t, xt_recseq); 1432 seqcount_t *s = &per_cpu(xt_recseq, cpu); in xt_replace_table()
|
| /linux-6.15/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()
|
| /linux-6.15/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 764 seqcount_t *s = &per_cpu(xt_recseq, cpu); in get_counters()
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | sdma.c | 2328 (const seqcount_t *)&sde->head_lock.seqcount); in sdma_check_progress()
|
12