Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rangelock_init
Function
rangelock_init
freebsd/kern/kern_rangelock.c:73–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void
74
rangelock_init(struct rangelock *lock)
75
{
76
77
TAILQ_INIT(&lock->rl_waiters);
78
lock->rl_currdep = NULL;
79
}
80
81
void
82
rangelock_destroy(struct rangelock *lock)
Callers
2
vnode_init
Function · 0.85
shm_alloc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected