Searched refs:mca_list (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf_mcache.c | 2408 mcache_audit_t *mca_list = NULL; local 2534 (mcache_obj_t **)&mca_list, needed, MCR_SLEEP); 2536 VERIFY(mca_list != NULL && i == needed); 2570 &mca_list, &con_list, 2601 mcl_audit_init(m16kcl, &mca_list, NULL, 0, 1); 2631 VERIFY(mca_list == NULL && con_list == NULL); 4909 mcl_audit_init(void *buf, mcache_audit_t **mca_list, argument 4928 mca = mca_tail = *mca_list; 4963 *mca_list = mca_tail->mca_next; 4971 mcache_audit_t *mca, *mca_list; local [all …]
|