Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c3724 mcache_audit_t *mca_list = NULL; local
3850 (mcache_obj_t **)&mca_list, needed, MCR_SLEEP);
3852 VERIFY(mca_list != NULL && i == needed);
3886 &mca_list, &con_list,
3917 mcl_audit_init(m16kcl, &mca_list, NULL, 0, 1);
3947 VERIFY(mca_list == NULL && con_list == NULL);
8575 mcl_audit_init(void *buf, mcache_audit_t **mca_list, argument
8594 mca = mca_tail = *mca_list;
8629 *mca_list = mca_tail->mca_next;
8637 mcache_audit_t *mca, *mca_list; local
[all …]