Searched refs:mca_list (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/kern/ |
| H A D | uipc_mbuf.c | 3710 mcache_audit_t *mca_list = NULL; local 3836 (mcache_obj_t **)&mca_list, needed, MCR_SLEEP); 3838 VERIFY(mca_list != NULL && i == needed); 3872 &mca_list, &con_list, 3903 mcl_audit_init(m16kcl, &mca_list, NULL, 0, 1); 3933 VERIFY(mca_list == NULL && con_list == NULL); 8463 mcl_audit_init(void *buf, mcache_audit_t **mca_list, argument 8482 mca = mca_tail = *mca_list; 8517 *mca_list = mca_tail->mca_next; 8525 mcache_audit_t *mca, *mca_list; local [all …]
|