Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/skywalk/nexus/
H A Dnexus.c1668 nx_retain_locked(nx); in nxprov_close()
1967 nx_retain_locked(nx); /* one for the provider list */ in nx_create()
1968 nx_retain_locked(nx); /* one for the global list */ in nx_create()
1969 nx_retain_locked(nx); /* one for the caller */ in nx_create()
2006 nx_retain_locked(nx); in nx_destroy()
2049 nx_retain_locked(nx); in nx_find()
2260 nx_retain_locked(struct kern_nexus *nx) in nx_retain_locked() function
2272 nx_retain_locked(nx); in nx_retain()
H A Dnexus_var.h472 extern void nx_retain_locked(struct kern_nexus *);
/xnu-11215.81.4/bsd/skywalk/channel/
H A Dchannel.c2185 nx_retain_locked(nx); /* hold a ref on the nexus */ in ch_connect()