Searched refs:bgt_thread (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dbuild.c1025 ubi->bgt_thread = kthread_create(ubi_thread, ubi, "%s", ubi->bgt_name);
1026 if (IS_ERR(ubi->bgt_thread)) {
1027 err = PTR_ERR(ubi->bgt_thread);
1058 wake_up_process(ubi->bgt_thread);
1140 if (ubi->bgt_thread)
1141 kthread_stop(ubi->bgt_thread);
H A Dubi.h516 * @bgt_thread: background thread description object
623 struct task_struct *bgt_thread; member in struct:ubi_device
H A Dwl.c561 wake_up_process(ubi->bgt_thread);

Completed in 97 milliseconds