Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus.c65 static void nxctl_retain_locked(struct nxctl *);
161 nxctl_retain_locked(&_kernnxctl); /* one for us */ in nexus_init()
163 nxctl_retain_locked(&_usernxctl); /* one for us */ in nexus_init()
210 nxctl_retain_locked(nxctl); /* one for being in the list */ in nxctl_create()
211 nxctl_retain_locked(nxctl); /* one for the caller */ in nxctl_create()
1202 nxctl_retain_locked(struct nxctl *nxctl) in nxctl_retain_locked() function
1214 nxctl_retain_locked(nxctl); in nxctl_retain()