Searched refs:con_list (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c2615 mcache_obj_t *con_list = NULL; local
2694 &con_list, needed, MCR_SLEEP);
2696 VERIFY(con_list != NULL && i == needed);
2736 mcl_audit_init(mbc, &mca_list, &con_list,
2788 VERIFY(mca_list == NULL && con_list == NULL);
6241 mcache_obj_t **con_list, size_t con_size, unsigned int num)
6245 boolean_t save_contents = (con_list != NULL);
6249 ASSERT(con_list == NULL || con_size != 0);
6260 con = *con_list;
6284 *con_list
6240 mcl_audit_init(void *buf, mcache_audit_t **mca_list, mcache_obj_t **con_list, size_t con_size, unsigned int num) argument
[all...]

Completed in 17 milliseconds