Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_object.c141 ipc_object_free(unsigned int otype, ipc_object_t object, bool last_ref) in ipc_object_free() argument
143 if (last_ref && otype == IOT_PORT) { in ipc_object_free()
/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c1369 bool last_ref; in necp_client_release() local
1372 if (!(last_ref = necp_client_release_locked(client))) { in necp_client_release()
1376 return last_ref; in necp_client_release()