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

Function rms_owned_any

freebsd/sys/rmlock.h:166–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166static inline int
167rms_owned_any(struct rmslock *rms)
168{
169
170 if (rms_wowned(rms))
171 return (1);
172
173 return (rms_rowned(rms));
174}
175#endif
176
177#endif /* _KERNEL */

Callers

nothing calls this directly

Calls 2

rms_wownedFunction · 0.85
rms_rownedFunction · 0.85

Tested by

no test coverage detected