Home
last modified time | relevance | path

Searched refs:os_ref_release_raw_relaxed (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/libkern/os/
H A Drefcnt_internal.h274 os_ref_release_raw_relaxed(os_ref_atomic_t *rc, struct os_refgrp *grp) in os_ref_release_raw_relaxed() function
339 #define os_ref_release_raw_relaxed(rc, grp) (os_ref_release_raw_relaxed)((rc), NULL) macro
H A Drefcnt.h306 static os_ref_count_t os_ref_release_raw_relaxed(os_ref_atomic_t *, struct os_refgrp *) OS_WARN_RES…
/xnu-11417.101.15/bsd/net/
H A Dif_var_private.h1283 if (os_ref_release_raw_relaxed(&ifa->ifa_refcnt, &ifa_refgrp) == 0) { in ifa_remref()