Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c2409 mcache_obj_t *con_list = NULL; local
2522 &con_list, needed, MCR_SLEEP);
2524 VERIFY(con_list != NULL && i == needed);
2570 &mca_list, &con_list,
2631 VERIFY(mca_list == NULL && con_list == NULL);
4910 mcache_obj_t **con_list, size_t con_size, unsigned int num) argument
4914 boolean_t save_contents = (con_list != NULL);
4918 ASSERT(con_list == NULL || con_size != 0);
4930 con = *con_list;
4960 *con_list = con;