Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jffs2/
Dbackground.c43 init_completion(&c->gc_thread_exit); in jffs2_start_garbage_collect_thread()
49 complete(&c->gc_thread_exit); in jffs2_start_garbage_collect_thread()
72 wait_for_completion(&c->gc_thread_exit); in jffs2_stop_garbage_collect_thread()
164 complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
Djffs2_fs_sb.h58 struct completion gc_thread_exit; /* GC thread exit completion port */ member