Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ new_unrhdr64
Function
new_unrhdr64
freebsd/sys/systm.h:597–602 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
595
};
596
597
static __inline void
598
new_unrhdr64(struct unrhdr64 *unr64, uint64_t low)
599
{
600
601
unr64->counter = low;
602
}
603
604
#ifdef UNR64_LOCKED
605
uint64_t alloc_unr64(struct unrhdr64 *);
Callers
2
pipeinit
Function · 0.85
shm_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected