Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
uint64_t
67
unique_create(void)
68
{
69
uint64_t value = unique_insert(0);
70
unique_remove(value);
71
return (value);
72
}
73
74
uint64_t
75
unique_insert(uint64_t value)
Callers
2
dsl_dataset_create_sync_dd
Function · 0.85
dsl_dataset_snapshot_sync_impl
Function · 0.85
Calls
2
unique_insert
Function · 0.85
unique_remove
Function · 0.85
Tested by
no test coverage detected