/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | idle.c | 64 } while (read_seqcount_retry(&idle->seqcount, seq)); in show_idle_count() 81 } while (read_seqcount_retry(&idle->seqcount, seq)); in show_idle_time() 106 } while (read_seqcount_retry(&idle->seqcount, seq)); in arch_cpu_idle_time()
|
/kernel/linux/linux-5.10/kernel/time/ |
D | timekeeping.c | 259 } while (read_seqcount_retry(&tk_core.seq, seq)); in timekeeping_get_delta() 816 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_real_ts64() 837 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get() 854 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_resolution_ns() 880 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_with_offset() 901 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_coarse_with_offset() 921 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_mono_to_any() 942 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_raw() 971 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_ts64() 1021 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_real_seconds() [all …]
|
D | jiffies.c | 74 } while (read_seqcount_retry(&jiffies_seq, seq)); in get_jiffies_64()
|
D | tick-common.c | 168 } while (read_seqcount_retry(&jiffies_seq, seq)); in tick_setup_periodic()
|
D | tick-sched.c | 751 } while (read_seqcount_retry(&jiffies_seq, seq)); in tick_nohz_next_event()
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
D | dma-resv.c | 492 if (i != shared_count || read_seqcount_retry(&obj->seq, seq)) { in dma_resv_get_fences_rcu() 589 if (read_seqcount_retry(&obj->seq, seq)) { in dma_resv_wait_timeout_rcu() 663 if (read_seqcount_retry(&obj->seq, seq)) in dma_resv_test_signaled_rcu() 675 if (read_seqcount_retry(&obj->seq, seq)) in dma_resv_test_signaled_rcu()
|
D | dma-buf.c | 243 if (read_seqcount_retry(&resv->seq, seq)) { in dma_buf_poll() 1337 if (!read_seqcount_retry(&robj->seq, seq)) in dma_buf_debug_show()
|
/kernel/linux/linux-5.10/lib/ |
D | flex_proportions.c | 151 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_single() 239 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_percpu()
|
/kernel/linux/linux-5.10/include/linux/ |
D | seqlock.h | 447 #define read_seqcount_retry(s, start) \ macro 694 return read_seqcount_retry(&s->seqcount, start); in read_seqcount_latch_retry() 861 return read_seqcount_retry(&sl->seqcount, start); in read_seqretry()
|
D | u64_stats_sync.h | 183 return read_seqcount_retry(&syncp->seq, start); in __u64_stats_fetch_retry()
|
D | cpuset.h | 151 return read_seqcount_retry(¤t->mems_allowed_seq, seq); in read_mems_allowed_retry()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nft_set_rbtree.c | 61 if (read_seqcount_retry(&priv->count, seq)) in __nft_rbtree_lookup() 118 if (ret || !read_seqcount_retry(&priv->count, seq)) in nft_rbtree_lookup() 141 if (read_seqcount_retry(&priv->count, seq)) in __nft_rbtree_get() 204 if (ret || !read_seqcount_retry(&priv->count, seq)) in nft_rbtree_get()
|
D | nft_counter.c | 133 } while (read_seqcount_retry(myseq, seq)); in nft_counter_fetch()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_busy.c | 132 if (args->busy && read_seqcount_retry(&obj->base.resv->seq, seq)) in i915_gem_busy_ioctl()
|
/kernel/linux/linux-5.10/fs/ |
D | d_path.c | 243 } while (read_seqcount_retry(&fs->seq, seq)); in get_fs_root_rcu() 408 } while (read_seqcount_retry(&fs->seq, seq)); in get_fs_root_and_pwd_rcu()
|
D | namei.c | 630 return !read_seqcount_retry(&path->dentry->d_seq, seq); in __legitimize_path() 755 if (unlikely(read_seqcount_retry(&dentry->d_seq, seq))) in try_to_unlazy_next() 871 } while (read_seqcount_retry(&fs->seq, seq)); in set_root() 899 if (unlikely(read_seqcount_retry(&d->d_seq, nd->seq))) in nd_jump_root() 1497 if (unlikely(read_seqcount_retry(&dentry->d_seq, seq))) in lookup_fast() 1724 if (read_seqcount_retry(&path.dentry->d_seq, seq)) in step_into() 1760 if (unlikely(read_seqcount_retry(&old->d_seq, nd->seq))) in follow_dotdot_rcu() 2277 } while (read_seqcount_retry(&fs->seq, seq)); in path_init()
|
D | dcache.c | 937 if (!read_seqcount_retry(&dentry->d_seq, seq)) in dget_parent() 2298 if (read_seqcount_retry(&dentry->d_seq, seq)) { in __d_lookup_rcu() 2557 if (read_seqcount_retry(&dentry->d_seq, d_seq)) { in d_alloc_parallel()
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | cputime.c | 838 } while (read_seqcount_retry(&vtime->seqcount, seq)); in task_gtime() 880 } while (read_seqcount_retry(&vtime->seqcount, seq)); in task_cputime() 968 } while (read_seqcount_retry(&vtime->seqcount, seq)); in kcpustat_field_vtime() 1055 } while (read_seqcount_retry(&vtime->seqcount, seq)); in kcpustat_cpu_fetch_vtime()
|
/kernel/linux/linux-5.10/net/core/ |
D | gen_estimator.c | 265 } while (read_seqcount_retry(&est->seq, seq)); in gen_estimator_read()
|
D | gen_stats.c | 156 } while (running && read_seqcount_retry(running, seq)); in __gnet_stats_copy_basic()
|
/kernel/linux/linux-5.10/include/net/netfilter/ |
D | nf_conntrack.h | 315 } while (read_seqcount_retry(&nf_conntrack_generation, sequence)); in nf_conntrack_get_ht()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | volumes.h | 159 } while (read_seqcount_retry(&dev->data_seqcount, seq)); \
|
/kernel/linux/linux-5.10/block/ |
D | blk.h | 410 } while (read_seqcount_retry(&part->nr_sects_seq, seq)); in part_nr_sects_read()
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | seqlock.rst | 87 } while (read_seqcount_retry(&foo_seqcount, seq));
|
/kernel/linux/linux-5.10/virt/kvm/ |
D | eventfd.c | 200 } while (read_seqcount_retry(&irqfd->irq_entry_sc, seq)); in irqfd_wakeup()
|