Home
last modified time | relevance | path

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

12

/Linux-v5.15/arch/s390/kernel/
Didle.c80 seq = read_seqcount_begin(&idle->seqcount); in show_idle_count()
97 seq = read_seqcount_begin(&idle->seqcount); in show_idle_time()
123 seq = read_seqcount_begin(&idle->seqcount); in arch_cpu_idle_time()
/Linux-v5.15/kernel/time/
Dtimekeeping.c252 seq = read_seqcount_begin(&tk_core.seq); in timekeeping_get_delta()
805 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_real_ts64()
827 seq = read_seqcount_begin(&tk_core.seq); in ktime_get()
846 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_resolution_ns()
870 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_with_offset()
891 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_coarse_with_offset()
913 seq = read_seqcount_begin(&tk_core.seq); in ktime_mono_to_any()
932 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_raw()
960 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_ts64()
1011 seq = read_seqcount_begin(&tk_core.seq); in ktime_get_real_seconds()
[all …]
Djiffies.c54 seq = read_seqcount_begin(&jiffies_seq); in get_jiffies_64()
Dtick-common.c168 seq = read_seqcount_begin(&jiffies_seq); in tick_setup_periodic()
Dtick-sched.c82 seq = read_seqcount_begin(&jiffies_seq); in tick_do_update_jiffies64()
777 seq = read_seqcount_begin(&jiffies_seq); in tick_nohz_next_event()
/Linux-v5.15/lib/
Dflex_proportions.c147 seq = read_seqcount_begin(&p->sequence); in fprop_fraction_single()
235 seq = read_seqcount_begin(&p->sequence); in fprop_fraction_percpu()
/Linux-v5.15/net/netfilter/
Dnft_set_rbtree.c115 unsigned int seq = read_seqcount_begin(&priv->count); in nft_rbtree_lookup()
123 seq = read_seqcount_begin(&priv->count); in nft_rbtree_lookup()
198 unsigned int seq = read_seqcount_begin(&priv->count); in nft_rbtree_get()
209 seq = read_seqcount_begin(&priv->count); in nft_rbtree_get()
Dnft_counter.c131 seq = read_seqcount_begin(myseq); in nft_counter_fetch()
Dnf_conntrack_core.c660 sequence = read_seqcount_begin(&nf_conntrack_generation); in nf_ct_delete_from_lists()
877 sequence = read_seqcount_begin(&nf_conntrack_generation); in nf_conntrack_hash_check_insert()
1159 sequence = read_seqcount_begin(&nf_conntrack_generation); in __nf_conntrack_confirm()
/Linux-v5.15/drivers/dma-buf/
Ddma-resv.c428 seq = read_seqcount_begin(&obj->seq); in dma_resv_get_fences()
522 seq = read_seqcount_begin(&obj->seq); in dma_resv_wait_timeout()
625 seq = read_seqcount_begin(&obj->seq); in dma_resv_test_signaled()
Ddma-buf.c232 seq = read_seqcount_begin(&resv->seq); in dma_buf_poll()
/Linux-v5.15/include/linux/
Du64_stats_sync.h165 return read_seqcount_begin(&syncp->seq); in __u64_stats_fetch_begin()
Dcpuset.h136 return read_seqcount_begin(&current->mems_allowed_seq); in read_mems_allowed_begin()
Dseqlock.h360 #define read_seqcount_begin(s) \ macro
840 unsigned ret = read_seqcount_begin(&sl->seqcount); in read_seqbegin()
/Linux-v5.15/fs/
Dd_path.c245 seq = read_seqcount_begin(&fs->seq); in get_fs_root_rcu()
390 seq = read_seqcount_begin(&fs->seq); in get_fs_root_and_pwd_rcu()
Dnamei.c940 seq = read_seqcount_begin(&fs->seq); in set_root()
1251 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
1455 *seqp = read_seqcount_begin(&dentry->d_seq); in __follow_mount_rcu()
1855 *seqp = read_seqcount_begin(&parent->d_seq); in follow_dotdot_rcu()
2347 nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq); in path_init()
2372 seq = read_seqcount_begin(&fs->seq); in path_init()
2399 nd->seq = read_seqcount_begin(&nd->path.dentry->d_seq); in path_init()
/Linux-v5.15/kernel/sched/
Dcputime.c815 seq = read_seqcount_begin(&vtime->seqcount); in task_gtime()
844 seq = read_seqcount_begin(&vtime->seqcount); in task_cputime()
912 seq = read_seqcount_begin(&vtime->seqcount); in kcpustat_field_vtime()
1002 seq = read_seqcount_begin(&vtime->seqcount); in kcpustat_cpu_fetch_vtime()
Dpsi.c263 seq = read_seqcount_begin(&groupc->seq); in get_recent_times()
/Linux-v5.15/net/core/
Dgen_estimator.c262 seq = read_seqcount_begin(&est->seq); in gen_estimator_read()
Dgen_stats.c153 seq = read_seqcount_begin(running); in __gnet_stats_copy_basic()
/Linux-v5.15/include/net/netfilter/
Dnf_conntrack.h326 sequence = read_seqcount_begin(&nf_conntrack_generation); in nf_conntrack_get_ht()
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_gt_pm.c380 seq = read_seqcount_begin(&gt->stats.lock); in intel_gt_get_awake_time()
/Linux-v5.15/fs/btrfs/
Dvolumes.h164 seq = read_seqcount_begin(&dev->data_seqcount); \
/Linux-v5.15/Documentation/locking/
Dseqlock.rst83 seq = read_seqcount_begin(&foo_seqcount);
/Linux-v5.15/virt/kvm/
Deventfd.c202 seq = read_seqcount_begin(&irqfd->irq_entry_sc); in irqfd_wakeup()

12