MCPcopy Create free account
hub / github.com/F-Stack/f-stack / seqc_sleepable_write_end

Function seqc_sleepable_write_end

freebsd/sys/seqc.h:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static __inline void
134seqc_sleepable_write_end(seqc_t *seqcp)
135{
136
137 atomic_thread_fence_rel();
138 *seqcp += 1;
139 MPASS(!seqc_in_modify(*seqcp));
140}
141
142#endif /* _KERNEL */
143#endif /* _SYS_SEQC_H_ */

Callers 1

vn_seqc_write_end_lockedFunction · 0.85

Calls 1

atomic_thread_fence_relFunction · 0.50

Tested by

no test coverage detected