Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/vdso/
Dvgettimeofday.c75 } 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/
Didle.c63 } 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/
Du64_stats_sync.h107 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()
Dseqlock.h216 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()
Dcpuset.h118 return read_seqcount_retry(&current->mems_allowed_seq, seq); in read_mems_allowed_retry()
Dgenhd.h683 } while (read_seqcount_retry(&part->nr_sects_seq, seq)); in part_nr_sects_read()
Dfs.h725 } while (read_seqcount_retry(&inode->i_size_seqcount, seq)); in i_size_read()
/linux-4.1.27/kernel/time/
Dtimekeeping.c191 } 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 …]
Dsched_clock.c109 } while (read_seqcount_retry(&cd.seq, seq)); in sched_clock()
/linux-4.1.27/drivers/dma-buf/
Dreservation.c280 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()
Ddma-buf.c164 if (read_seqcount_retry(&resv->seq, seq)) { in dma_buf_poll()
/linux-4.1.27/lib/
Dflex_proportions.c150 } 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/
Dnamei.c583 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()
Ddcache.c2105 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/
Dvolumes.h170 } while (read_seqcount_retry(&dev->data_seqcount, seq)); \
/linux-4.1.27/virt/kvm/
Deventfd.c239 } while (read_seqcount_retry(&irqfd->irq_entry_sc, seq)); in irqfd_wakeup()
/linux-4.1.27/fs/nfs/
Ddelegation.c146 if (!err && read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) in nfs_delegation_claim_opens()
Dnfs4proc.c2349 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) in _nfs4_open_and_get_state()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_core.c94 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/
Dsched.h1719 } while (read_seqcount_retry(&per_cpu(irq_time_seq, cpu), seq)); in irq_time_read()
/linux-4.1.27/drivers/scsi/
Dvirtio_scsi.c598 } while (read_seqcount_retry(&tgt->tgt_seq, seq)); in virtscsi_pick_vq()
/linux-4.1.27/net/ipv4/netfilter/
Darp_tables.c733 } while (read_seqcount_retry(s, start)); in get_counters()
Dip_tables.c898 } while (read_seqcount_retry(s, start)); in get_counters()
/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c911 } while (read_seqcount_retry(s, start)); in get_counters()
/linux-4.1.27/drivers/md/
Draid5.c555 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/
Ddev.c854 if (read_seqcount_retry(&devnet_rename_seq, seq)) { in netdev_get_name()
/linux-4.1.27/arch/x86/kvm/
Dx86.c1477 } while (unlikely(read_seqcount_retry(&gtod->seq, seq))); in do_monotonic_boot()