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

Function unique_create

freebsd/contrib/openzfs/module/zfs/unique.c:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66uint64_t
67unique_create(void)
68{
69 uint64_t value = unique_insert(0);
70 unique_remove(value);
71 return (value);
72}
73
74uint64_t
75unique_insert(uint64_t value)

Callers 2

Calls 2

unique_insertFunction · 0.85
unique_removeFunction · 0.85

Tested by

no test coverage detected