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

Function smr_shared_current

freebsd/sys/smr.h:90–95  ·  view source on GitHub ↗

* Return the current write sequence number. This is not the same as the * current goal which may be in the future. */

Source from the content-addressed store, hash-verified

88 * current goal which may be in the future.
89 */
90static inline smr_seq_t
91smr_shared_current(smr_shared_t s)
92{
93
94 return (atomic_load_int(&s->s_wr.seq));
95}
96
97static inline smr_seq_t
98smr_current(smr_t smr)

Callers 4

smr_currentFunction · 0.85
smr_enterFunction · 0.85
smr_lazy_enterFunction · 0.85
smr_deferred_advanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected