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

Function refcount_release_if_not_last

freebsd/sys/refcount.h:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225static __inline __result_use_check bool
226refcount_release_if_not_last(volatile u_int *count)
227{
228
229 return (_refcount_release_if_gt(count, 1));
230}
231
232#endif /* !__SYS_REFCOUNT_H__ */

Callers 13

vn_rele_asyncFunction · 0.85
prison_freeFunction · 0.85
prison_proc_freeFunction · 0.85
prison_racct_freeFunction · 0.85
cpuset_relFunction · 0.85
cpuset_rel_deferFunction · 0.85
mb_free_extpgFunction · 0.85
pddropFunction · 0.85
vdropFunction · 0.85
uifreeFunction · 0.85
nhgrp_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected