Home
last modified time | relevance | path

Searched refs:gc_thread_start (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/jffs2/
Dbackground.c42 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()
Djffs2_fs_sb.h58 struct completion gc_thread_start; /* GC thread start completion */ member
/kernel/liteos_a/fs/jffs2/
Djffs2.patch394 - init_completion(&c->gc_thread_start);
408 - wait_for_completion(&c->gc_thread_start);
492 - complete(&c->gc_thread_start);
4126 struct completion gc_thread_start; /* GC thread start completion */