Lines Matching defs:gc
71 struct garbage_collector_thread *gc = &chmp->chm_gc_thread;
73 if (gc->gcth_running &&
75 cv_signal(&gc->gcth_wakeup);
85 struct garbage_collector_thread *gc = &chmp->chm_gc_thread;
90 while (gc->gcth_running) {
107 cv_timedwait_sig(&gc->gcth_wakeup,
120 struct garbage_collector_thread *gc = &chmp->chm_gc_thread;
122 cv_init(&gc->gcth_wakeup, "chfsgccv");
124 gc->gcth_running = true;
126 NULL, chfs_gc_thread, chmp, &gc->gcth_thread,
134 struct garbage_collector_thread *gc = &chmp->chm_gc_thread;
137 if (gc->gcth_running) {
138 gc->gcth_running = false;
142 cv_signal(&gc->gcth_wakeup);
145 kthread_join(gc->gcth_thread);
150 cv_destroy(&gc->gcth_wakeup);
488 panic("CHFS BUG - vc state gc or checking\n");
606 " checking or gc (vno #%llu, num #%d)\n",