Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus.c63 static void nxctl_retain_locked(struct nxctl *);
159 nxctl_retain_locked(&_kernnxctl); /* one for us */ in nexus_init()
161 nxctl_retain_locked(&_usernxctl); /* one for us */ in nexus_init()
208 nxctl_retain_locked(nxctl); /* one for being in the list */ in nxctl_create()
209 nxctl_retain_locked(nxctl); /* one for the caller */ in nxctl_create()
1200 nxctl_retain_locked(struct nxctl *nxctl) in nxctl_retain_locked() function
1212 nxctl_retain_locked(nxctl); in nxctl_retain()