Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c3015 mcache_obj_t *con_list = NULL; local
3128 &con_list, needed, MCR_SLEEP);
3130 VERIFY(con_list != NULL && i == needed);
3176 &mca_list, &con_list,
3237 VERIFY(mca_list == NULL && con_list == NULL);
7393 mcache_obj_t **con_list, size_t con_size, unsigned int num) argument
7397 boolean_t save_contents = (con_list != NULL);
7401 ASSERT(con_list == NULL || con_size != 0);
7413 con = *con_list;
7443 *con_list = con;