Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c3717 mcache_audit_t *mca_list = NULL; local
3843 (mcache_obj_t **)&mca_list, needed, MCR_SLEEP);
3845 VERIFY(mca_list != NULL && i == needed);
3879 &mca_list, &con_list,
3910 mcl_audit_init(m16kcl, &mca_list, NULL, 0, 1);
3940 VERIFY(mca_list == NULL && con_list == NULL);
8586 mcl_audit_init(void *buf, mcache_audit_t **mca_list, argument
8605 mca = mca_tail = *mca_list;
8640 *mca_list = mca_tail->mca_next;
8648 mcache_audit_t *mca, *mca_list; local
[all …]