Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c3014 mcache_audit_t *mca_list = NULL; local
3140 (mcache_obj_t **)&mca_list, needed, MCR_SLEEP);
3142 VERIFY(mca_list != NULL && i == needed);
3176 &mca_list, &con_list,
3207 mcl_audit_init(m16kcl, &mca_list, NULL, 0, 1);
3237 VERIFY(mca_list == NULL && con_list == NULL);
7392 mcl_audit_init(void *buf, mcache_audit_t **mca_list, argument
7411 mca = mca_tail = *mca_list;
7446 *mca_list = mca_tail->mca_next;
7454 mcache_audit_t *mca, *mca_list; local
[all …]