Searched refs:seqcount_spinlock_init (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/
H A Dfs_struct.c120 seqcount_spinlock_init(&fs->seq, &fs->lock);
H A Duserfaultfd.c2189 seqcount_spinlock_init(&ctx->refile_seq, &ctx->fault_pending_wqh.lock);
H A Ddcache.c1665 seqcount_spinlock_init(&dentry->d_seq, &dentry->d_lock);
/linux-master/include/linux/
H A Dseqlock.h131 #define seqcount_spinlock_init(s, lock) seqcount_LOCKNAME_init(s, lock, spinlock) macro
754 seqcount_spinlock_init(&(sl)->seqcount, &(sl)->lock); \
/linux-master/virt/kvm/
H A Deventfd.c327 seqcount_spinlock_init(&irqfd->irq_entry_sc, &kvm->irqfds.lock);
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c2667 seqcount_spinlock_init(&nf_conntrack_generation,
/linux-master/kernel/
H A Dfork.c2331 seqcount_spinlock_init(&p->mems_allowed_seq, &p->alloc_lock);
/linux-master/net/xfrm/
H A Dxfrm_policy.c740 seqcount_spinlock_init(&bin->count, &net->xfrm.xfrm_policy_lock);
4266 seqcount_spinlock_init(&net->xfrm.xfrm_policy_hash_generation, &net->xfrm.xfrm_policy_lock);
H A Dxfrm_state.c2914 seqcount_spinlock_init(&net->xfrm.xfrm_state_hash_generation,
/linux-master/net/bridge/
H A Dbr_multicast.c4049 seqcount_spinlock_init(&brmctx->ip4_querier.seq, &br->multicast_lock);
4054 seqcount_spinlock_init(&brmctx->ip6_querier.seq, &br->multicast_lock);
/linux-master/block/
H A Dblk-iocost.c2906 seqcount_spinlock_init(&ioc->period_seqcount, &ioc->lock);
/linux-master/drivers/md/
H A Draid5.c7475 seqcount_spinlock_init(&conf->gen_lock, &conf->device_lock);

Completed in 226 milliseconds