Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c3718 mcache_obj_t *con_list = NULL; local
3831 &con_list, needed, MCR_SLEEP);
3833 VERIFY(con_list != NULL && i == needed);
3879 &mca_list, &con_list,
3940 VERIFY(mca_list == NULL && con_list == NULL);
8587 mcache_obj_t **con_list, size_t con_size, unsigned int num) argument
8591 boolean_t save_contents = (con_list != NULL);
8595 ASSERT(con_list == NULL || con_size != 0);
8607 con = *con_list;
8637 *con_list = con;