Searched refs:FREE_ZONE (Results 26 - 41 of 41) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_event.c1182 FREE_ZONE(kq, sizeof (struct kqueue), M_KQUEUE);
1268 FREE_ZONE(kq, sizeof (struct kqueue), M_KQUEUE);
H A Duipc_socket.c831 FREE_ZONE(so, sizeof (*so), so->so_zone);
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c2668 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
2675 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
H A Dvfs_cache.c433 FREE_ZONE(va.va_name, MAXPATHLEN, M_NAMEI);
H A Dvfs_cluster.c383 FREE_ZONE((void *)rap, sizeof *rap, M_CLRDAHEAD);
432 FREE_ZONE((void *)wbp, sizeof *wbp, M_CLWRBEHIND);
5141 FREE_ZONE((void *)wbp, sizeof *wbp, M_CLWRBEHIND);
5145 FREE_ZONE((void *)rap, sizeof *rap, M_CLRDAHEAD);
H A Dvfs_syscalls.c133 FREE_ZONE((x), MAXPATHLEN, M_NAMEI);
1011 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
1072 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
2079 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
2166 FREE_ZONE((caddr_t)mp, sizeof (struct mount), M_MOUNT);
4420 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
7027 FREE_ZONE(tobuf, MAXPATHLEN, M_NAMEI);
H A Dvfs_subr.c967 FREE_ZONE(mp, sizeof(struct mount), M_MOUNT);
1518 FREE_ZONE(sin, sizeof(struct specinfo), M_SPECINFO);
2441 FREE_ZONE((void *)tmp, sizeof(struct specinfo), M_SPECINFO);
2971 FREE_ZONE(mntname, MAXPATHLEN, M_NAMEI);
H A Dvfs_attrlist.c2686 FREE_ZONE(va_name, MAXPATHLEN, M_NAMEI);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dflow_divert.c329 FREE_ZONE(fd_cb, sizeof(*fd_cb), M_FLOW_DIVERT_PCB);
3008 FREE_ZONE(new_group, sizeof(*new_group), M_FLOW_DIVERT_GROUP);
3047 FREE_ZONE(group, sizeof(*group), M_FLOW_DIVERT_GROUP);
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c824 FREE_ZONE(nfcname, MAXPATHLEN, M_NAMEI);
2140 FREE_ZONE(cnp->cn_pnbuf, MAXPATHLEN, M_NAMEI);
2219 FREE_ZONE(tmppn, cnp->cn_pnlen, M_NAMEI);
H A Dnfs_serv.c3103 FREE_ZONE(frompath, MAXPATHLEN, M_NAMEI);
3105 FREE_ZONE(topath, MAXPATHLEN, M_NAMEI);
H A Dnfs4_subs.c1461 FREE_ZONE(id1buf, MAXPATHLEN, M_NAMEI);
H A Dnfs_vnops.c6015 FREE_ZONE(nsp, sizeof(*nsp), M_NFSREQ);
6168 FREE_ZONE(oldbuf, np->n_fhsize, M_NFSBIGFH);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dnecp.c1819 FREE_ZONE(policy, sizeof(*policy), M_NECP_SESSION_POLICY);
2557 FREE_ZONE(policy, sizeof(*policy), M_NECP_SOCKET_POLICY);
3358 FREE_ZONE(policy, sizeof(*policy), M_NECP_IP_POLICY);
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsutils.c2255 FREE_ZONE(relhint, sizeof(directoryhint_t), M_HFSDIRHINT);
2285 prev = TAILQ_PREV(hint, hfs_hinthead, dh_link); /* must save this pointer before calling FREE_ZONE on this node */
2287 FREE_ZONE(hint, sizeof(directoryhint_t), M_HFSDIRHINT);
H A Dhfs_vfsops.c3406 FREE_ZONE(cn.cn_pnbuf, cn.cn_pnlen, M_NAMEI);

Completed in 312 milliseconds

12