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

Function refcount_release

freebsd/sys/refcount.h:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179static __inline bool
180refcount_release(volatile u_int *count)
181{
182
183 return (refcount_releasen(count, 1));
184}
185
186#define _refcount_release_if_cond(cond, name) \
187static __inline __result_use_check bool \

Callers 15

m_snd_tag_releFunction · 0.85
taskq_freeFunction · 0.85
pf_unlink_stateFunction · 0.85
dtaudit_disableFunction · 0.85
tcp_syncache.cFile · 0.85
in_pcbrele_rlockedFunction · 0.85
in_pcbrele_wlockedFunction · 0.85
tcp_newtcpcbFunction · 0.85
tcp_discardcbFunction · 0.85
tcp_timer_discardFunction · 0.85
tcp_ctloutputFunction · 0.85

Calls 1

refcount_releasenFunction · 0.85

Tested by

no test coverage detected