Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/skywalk/nexus/
H A Dnexus.c63 static void nxctl_retain_locked(struct nxctl *);
148 nxctl_retain_locked(&_kernnxctl); /* one for us */ in nexus_init()
150 nxctl_retain_locked(&_usernxctl); /* one for us */ in nexus_init()
197 nxctl_retain_locked(nxctl); /* one for being in the list */ in nxctl_create()
198 nxctl_retain_locked(nxctl); /* one for the caller */ in nxctl_create()
1167 nxctl_retain_locked(struct nxctl *nxctl) in nxctl_retain_locked() function
1179 nxctl_retain_locked(nxctl); in nxctl_retain()