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()
358 boolean_t t, gc; in inpcb_timeout() local372 gc = inpcb_garbage_collecting; in inpcb_timeout()378 if (gc || t) { in inpcb_timeout()386 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");
77 import gc187 gc.collect()206 gc.collect()