/linux-4.1.27/arch/tile/kernel/vdso/ |
D | vgettimeofday.c | 75 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_realtime() 94 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_monotonic() 111 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_realtime_coarse() 125 } while (unlikely(read_seqcount_retry(&vdso->tb_seq, count))); in do_monotonic_coarse() 143 } while (unlikely(read_seqcount_retry(&vdso->tz_seq, count))); in __vdso_gettimeofday()
|
/linux-4.1.27/arch/s390/kernel/ |
D | idle.c | 63 } while (read_seqcount_retry(&idle->seqcount, seq)); in show_idle_count() 81 } while (read_seqcount_retry(&idle->seqcount, seq)); in show_idle_time() 98 } while (read_seqcount_retry(&idle->seqcount, seq)); in arch_cpu_idle_time()
|
/linux-4.1.27/include/linux/ |
D | u64_stats_sync.h | 107 return read_seqcount_retry(&syncp->seq, start); in u64_stats_fetch_retry() 138 return read_seqcount_retry(&syncp->seq, start); in u64_stats_fetch_retry_irq()
|
D | seqlock.h | 216 static inline int read_seqcount_retry(const seqcount_t *s, unsigned start) in read_seqcount_retry() function 315 return read_seqcount_retry(&sl->seqcount, start); in read_seqretry()
|
D | cpuset.h | 118 return read_seqcount_retry(¤t->mems_allowed_seq, seq); in read_mems_allowed_retry()
|
D | genhd.h | 683 } while (read_seqcount_retry(&part->nr_sects_seq, seq)); in part_nr_sects_read()
|
D | fs.h | 725 } while (read_seqcount_retry(&inode->i_size_seqcount, seq)); in i_size_read()
|
/linux-4.1.27/kernel/time/ |
D | timekeeping.c | 191 } while (read_seqcount_retry(&tk_core.seq, seq)); in timekeeping_get_delta() 423 } while (read_seqcount_retry(&tkf->seq, seq)); in __ktime_get_fast_ns() 654 } while (read_seqcount_retry(&tk_core.seq, seq)); in __getnstimeofday64() 695 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get() 721 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_with_offset() 742 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_mono_to_any() 763 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_raw() 792 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_ts64() 842 } while (read_seqcount_retry(&tk_core.seq, seq)); in ktime_get_real_seconds() 877 } while (read_seqcount_retry(&tk_core.seq, seq)); in getnstime_raw_and_real() [all …]
|
D | sched_clock.c | 109 } while (read_seqcount_retry(&cd.seq, seq)); in sched_clock()
|
/linux-4.1.27/drivers/dma-buf/ |
D | reservation.c | 280 retry = read_seqcount_retry(&obj->seq, seq); in reservation_object_get_fences_rcu() 345 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_wait_timeout_rcu() 370 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_wait_timeout_rcu() 437 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_test_signaled_rcu() 461 if (read_seqcount_retry(&obj->seq, seq)) in reservation_object_test_signaled_rcu()
|
D | dma-buf.c | 164 if (read_seqcount_retry(&resv->seq, seq)) { in dma_buf_poll()
|
/linux-4.1.27/lib/ |
D | flex_proportions.c | 150 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_single() 238 } while (read_seqcount_retry(&p->sequence, seq)); in fprop_fraction_percpu()
|
/linux-4.1.27/fs/ |
D | namei.c | 583 if (read_seqcount_retry(&parent->d_seq, nd->seq)) in unlazy_walk() 589 if (read_seqcount_retry(&dentry->d_seq, nd->seq)) in unlazy_walk() 656 if (read_seqcount_retry(&dentry->d_seq, nd->seq)) { in complete_walk() 698 } while (read_seqcount_retry(&fs->seq, seq)); in set_root_rcu() 1211 if (read_seqcount_retry(&old->d_seq, nd->seq)) in follow_dotdot_rcu() 1454 if (read_seqcount_retry(&dentry->d_seq, seq)) in lookup_fast() 1946 } while (read_seqcount_retry(&fs->seq, seq)); in path_init() 1982 if (likely(!read_seqcount_retry(&nd->path.dentry->d_seq, nd->seq))) in path_init()
|
D | dcache.c | 2105 if (read_seqcount_retry(&dentry->d_seq, seq)) { in slow_dentry_cmp() 3051 } while (read_seqcount_retry(&fs->seq, seq)); in get_fs_root_rcu() 3217 } while (read_seqcount_retry(&fs->seq, seq)); in get_fs_root_and_pwd_rcu()
|
/linux-4.1.27/fs/btrfs/ |
D | volumes.h | 170 } while (read_seqcount_retry(&dev->data_seqcount, seq)); \
|
/linux-4.1.27/virt/kvm/ |
D | eventfd.c | 239 } while (read_seqcount_retry(&irqfd->irq_entry_sc, seq)); in irqfd_wakeup()
|
/linux-4.1.27/fs/nfs/ |
D | delegation.c | 146 if (!err && read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) in nfs_delegation_claim_opens()
|
D | nfs4proc.c | 2349 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) in _nfs4_open_and_get_state()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_core.c | 94 if (read_seqcount_retry(&net->ct.generation, sequence)) { in nf_conntrack_double_lock() 737 if (read_seqcount_retry(&net->ct.generation, sequence)) { in early_drop()
|
/linux-4.1.27/kernel/sched/ |
D | sched.h | 1719 } while (read_seqcount_retry(&per_cpu(irq_time_seq, cpu), seq)); in irq_time_read()
|
/linux-4.1.27/drivers/scsi/ |
D | virtio_scsi.c | 598 } while (read_seqcount_retry(&tgt->tgt_seq, seq)); in virtscsi_pick_vq()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 733 } while (read_seqcount_retry(s, start)); in get_counters()
|
D | ip_tables.c | 898 } while (read_seqcount_retry(s, start)); in get_counters()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 911 } while (read_seqcount_retry(s, start)); in get_counters()
|
/linux-4.1.27/drivers/md/ |
D | raid5.c | 555 if (read_seqcount_retry(&conf->gen_lock, seq)) in init_stripe() 5260 if (read_seqcount_retry(&conf->gen_lock, seq)) { in make_request()
|
/linux-4.1.27/net/core/ |
D | dev.c | 854 if (read_seqcount_retry(&devnet_rename_seq, seq)) { in netdev_get_name()
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 1477 } while (unlikely(read_seqcount_retry(>od->seq, seq))); in do_monotonic_boot()
|