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

Function rms_wowned

freebsd/sys/rmlock.h:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143void rms_unlock(struct rmslock *rms);
144
145static inline int
146rms_wowned(struct rmslock *rms)
147{
148
149 return (rms->owner == curthread);
150}
151
152#ifdef INVARIANTS
153/*

Callers 2

rms_owned_anyFunction · 0.85
rms_unlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected