Home
last modified time | relevance | path

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

12

/Linux-v5.15/arch/s390/kernel/
Didle.c84 } while (read_seqcount_retry(&idle->seqcount, seq)); in show_idle_count()
101 } while (read_seqcount_retry(&idle->seqcount, seq)); in show_idle_time()
126 } while (read_seqcount_retry(&idle->seqcount, seq)); in arch_cpu_idle_time()
/Linux-v5.15/kernel/time/
Dtimekeeping.c257 } while (read_seqcount_retry(&tk_core.seq, seq)); in timekeeping_get_delta()
810 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_real_ts64()
831 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get()
848 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_resolution_ns()
874 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_with_offset()
895 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_coarse_with_offset()
915 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_mono_to_any()
936 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_raw()
965 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_ts64()
1014 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_real_seconds()
[all …]
Djiffies.c56 } while (read_seqcount_retry(&jiffies_seq, seq)); in get_jiffies_64()
Dtick-common.c170 } while (read_seqcount_retry(&jiffies_seq, seq)); in tick_setup_periodic()
Dtick-sched.c84 } while (read_seqcount_retry(&jiffies_seq, seq)); in tick_do_update_jiffies64()
780 } while (read_seqcount_retry(&jiffies_seq, seq)); in tick_nohz_next_event()
/Linux-v5.15/lib/
Dflex_proportions.c151 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_single()
239 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_percpu()
/Linux-v5.15/net/netfilter/
Dnft_set_rbtree.c60 if (read_seqcount_retry(&priv->count, seq)) in __nft_rbtree_lookup()
119 if (ret || !read_seqcount_retry(&priv->count, seq)) in nft_rbtree_lookup()
142 if (read_seqcount_retry(&priv->count, seq)) in __nft_rbtree_get()
205 if (ret || !read_seqcount_retry(&priv->count, seq)) in nft_rbtree_get()
Dnft_counter.c134 } while (read_seqcount_retry(myseq, seq)); in nft_counter_fetch()
/Linux-v5.15/drivers/dma-buf/
Ddma-resv.c470 if (i != shared_count || read_seqcount_retry(&obj->seq, seq)) { in dma_resv_get_fences()
569 if (read_seqcount_retry(&obj->seq, seq)) { in dma_resv_wait_timeout()
650 if (read_seqcount_retry(&obj->seq, seq)) in dma_resv_test_signaled()
Ddma-buf.c241 if (read_seqcount_retry(&resv->seq, seq)) { in dma_buf_poll()
/Linux-v5.15/include/linux/
Dseqlock.h447 #define read_seqcount_retry(s, start) \ macro
699 return read_seqcount_retry(&s->seqcount, start); in read_seqcount_latch_retry()
866 return read_seqcount_retry(&sl->seqcount, start); in read_seqretry()
Du64_stats_sync.h183 return read_seqcount_retry(&syncp->seq, start); in __u64_stats_fetch_retry()
Dcpuset.h150 return read_seqcount_retry(&current->mems_allowed_seq, seq); in read_mems_allowed_retry()
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_busy.c131 if (args->busy && read_seqcount_retry(&obj->base.resv->seq, seq)) in i915_gem_busy_ioctl()
/Linux-v5.15/fs/
Dd_path.c247 } while (read_seqcount_retry(&fs->seq, seq)); in get_fs_root_rcu()
393 } while (read_seqcount_retry(&fs->seq, seq)); in get_fs_root_and_pwd_rcu()
Dnamei.c702 return !read_seqcount_retry(&path->dentry->d_seq, seq); in __legitimize_path()
827 if (unlikely(read_seqcount_retry(&dentry->d_seq, seq))) in try_to_unlazy_next()
943 } while (read_seqcount_retry(&fs->seq, seq)); in set_root()
971 if (unlikely(read_seqcount_retry(&d->d_seq, nd->seq))) in nd_jump_root()
1592 if (unlikely(read_seqcount_retry(&dentry->d_seq, seq))) in lookup_fast()
1820 if (read_seqcount_retry(&path.dentry->d_seq, seq)) in step_into()
1856 if (unlikely(read_seqcount_retry(&old->d_seq, nd->seq))) in follow_dotdot_rcu()
2376 } while (read_seqcount_retry(&fs->seq, seq)); in path_init()
Ddcache.c947 if (!read_seqcount_retry(&dentry->d_seq, seq)) in dget_parent()
2333 if (read_seqcount_retry(&dentry->d_seq, seq)) { in __d_lookup_rcu()
2592 if (read_seqcount_retry(&dentry->d_seq, d_seq)) { in d_alloc_parallel()
/Linux-v5.15/kernel/sched/
Dcputime.c821 } while (read_seqcount_retry(&vtime->seqcount, seq)); in task_gtime()
863 } while (read_seqcount_retry(&vtime->seqcount, seq)); in task_cputime()
951 } while (read_seqcount_retry(&vtime->seqcount, seq)); in kcpustat_field_vtime()
1038 } while (read_seqcount_retry(&vtime->seqcount, seq)); in kcpustat_cpu_fetch_vtime()
/Linux-v5.15/net/core/
Dgen_estimator.c265 } while (read_seqcount_retry(&est->seq, seq)); in gen_estimator_read()
Dgen_stats.c156 } while (running && read_seqcount_retry(running, seq)); in __gnet_stats_copy_basic()
/Linux-v5.15/include/net/netfilter/
Dnf_conntrack.h329 } while (read_seqcount_retry(&nf_conntrack_generation, sequence)); in nf_conntrack_get_ht()
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_gt_pm.c382 } while (read_seqcount_retry(&gt->stats.lock, seq)); in intel_gt_get_awake_time()
/Linux-v5.15/fs/btrfs/
Dvolumes.h166 } while (read_seqcount_retry(&dev->data_seqcount, seq)); \
/Linux-v5.15/Documentation/locking/
Dseqlock.rst87 } while (read_seqcount_retry(&foo_seqcount, seq));
/Linux-v5.15/virt/kvm/
Deventfd.c204 } while (read_seqcount_retry(&irqfd->irq_entry_sc, seq)); in irqfd_wakeup()

12