Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.c2975 uint32_t oref = atomic_add_32_ov(&na->na_refcount, 1); in na_retain_locked() local
2977 na->na_name, SK_KVA(na), oref + 1, na->na_channels); in na_retain_locked()
2988 uint32_t oref; in na_release_locked() local
2993 oref = atomic_add_32_ov(&na->na_refcount, -1); in na_release_locked()
2994 if (oref > 1) { in na_release_locked()
2996 na->na_name, SK_KVA(na), oref - 1, na->na_channels); in na_release_locked()