Home
last modified time | relevance | path

Searched refs:seqlock (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/locking/
H A Dindex.rst17 seqlock
/linux/Documentation/translations/zh_CN/locking/
H A Dindex.rst28 * seqlock
/linux/include/net/
H A Dsch_generic.h132 spinlock_t seqlock;
175 return spin_is_locked(&qdisc->seqlock); in nolock_qdisc_is_empty()
202 if (spin_trylock(&qdisc->seqlock)) in qdisc_run_begin()
217 return spin_trylock(&qdisc->seqlock); in qdisc_run_end()
230 spin_unlock(&qdisc->seqlock); in qdisc_run_end()
127 spinlock_t seqlock; global() member
/linux/net/sched/
H A Dsch_generic.c976 spin_lock_init(&sch->seqlock); in qdisc_alloc()
977 lockdep_set_class(&sch->seqlock, in qdisc_alloc()
1307 spin_lock_bh(&qdisc->seqlock); in dev_reset_queue()
1316 spin_unlock_bh(&qdisc->seqlock); in dev_reset_queue()
/linux/fs/nfs/
H A Dnfs4proc.c1760 write_seqlock(&state->seqlock); in nfs_clear_open_stateid()
1764 write_sequnlock(&state->seqlock); in nfs_clear_open_stateid()
1772 __must_hold(&state->seqlock) in nfs_set_open_stateid_locked()
1805 write_sequnlock(&state->seqlock); in nfs_set_open_stateid_locked()
1821 write_seqlock(&state->seqlock); in nfs_set_open_stateid_locked()
1846 write_seqlock(&state->seqlock); in nfs_state_set_open_stateid()
1859 write_sequnlock(&state->seqlock); in nfs_state_set_open_stateid()
1878 write_seqlock(&state->seqlock); in nfs_state_set_delegation()
1881 write_sequnlock(&state->seqlock); in nfs_state_set_delegation()
1886 write_seqlock(&state->seqlock); in nfs_state_clear_delegation()
[all …]
H A Dnfs4_fs.h190 seqlock_t seqlock; /* Protects the stateid/open_stateid */ member
H A Dnfs4state.c673 seqlock_init(&state->seqlock); in nfs4_alloc_open_state()
1019 seq = read_seqbegin(&state->seqlock); in nfs4_copy_open_stateid()
1025 } while (read_seqretry(&state->seqlock, seq)); in nfs4_copy_open_stateid()
/linux/include/linux/
H A Dseqlock.h1324 __scoped_seqlock_read(_seqlock, _target, __UNIQUE_ID(seqlock))
/linux/Documentation/gpu/
H A Ddrm-vm-bind-locking.rst87 notifier invalidation. This is not a real seqlock but described in
423 The MMU interval seqlock for a userptr gpu_vma is used in the following
/linux/tools/memory-model/Documentation/
H A Dsimple.txt151 Additional information may be found in include/linux/seqlock.h.
/linux/tools/perf/
H A Ddesign.txt322 __u32 lock; /* seqlock for synchronization */
/linux/
H A DMAINTAINERS14735 F: include/linux/seqlock.h