MCPcopy 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
73void
74rangelock_init(struct rangelock *lock)
75{
76
77 TAILQ_INIT(&lock->rl_waiters);
78 lock->rl_currdep = NULL;
79}
80
81void
82rangelock_destroy(struct rangelock *lock)

Callers 2

vnode_initFunction · 0.85
shm_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected