Searched refs:gc_thread_start (Results 1 – 2 of 2) sorted by relevance
42 init_completion(&c->gc_thread_start); in jffs2_start_garbage_collect_thread()54 wait_for_completion(&c->gc_thread_start); in jffs2_start_garbage_collect_thread()86 complete(&c->gc_thread_start); in jffs2_garbage_collect_thread()
57 struct completion gc_thread_start; /* GC thread start completion */ member