Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ smr_current
Function
smr_current
freebsd/sys/smr.h:97–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
static inline smr_seq_t
98
smr_current(smr_t smr)
99
{
100
101
return (smr_shared_current(zpcpu_get(smr)->c_shared));
102
}
103
104
/*
105
* Enter a read section.
Callers
nothing calls this directly
Calls
1
smr_shared_current
Function · 0.85
Tested by
no test coverage detected