MCPcopy 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
597static __inline void
598new_unrhdr64(struct unrhdr64 *unr64, uint64_t low)
599{
600
601 unr64->counter = low;
602}
603
604#ifdef UNR64_LOCKED
605uint64_t alloc_unr64(struct unrhdr64 *);

Callers 2

pipeinitFunction · 0.85
shm_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected