Searched refs:gc (Results 1 – 4 of 4) sorted by relevance
75 boolean_t t, gc; in mp_timeout() local87 gc = mp_garbage_collecting; in mp_timeout()93 if (gc || t) { in mp_timeout()98 if ((gc && mppi->mppi_gc != NULL) || in mp_timeout()101 if (gc && mppi->mppi_gc != NULL) { in mp_timeout()
376 boolean_t t, gc; in inpcb_timeout() local390 gc = inpcb_garbage_collecting; in inpcb_timeout()396 if (gc || t) { in inpcb_timeout()404 if (gc && ipi->ipi_gc != NULL) { in inpcb_timeout()
106 pthread_t gc; variable107 T_ASSERT_POSIX_SUCCESS(pthread_create(&gc, NULL, trigger_unp_gc, NULL), "pthread_create");
68 import gc177 gc.collect()196 gc.collect()