Searched refs:ubi_thread (Results 1 – 3 of 3) sorted by relevance
912 int ubi_thread(void *u);
1025 ubi->bgt_thread = kthread_create(ubi_thread, ubi, "%s", ubi->bgt_name); in ubi_attach_mtd_dev() 1053 * The below lock makes sure we do not race with 'ubi_thread()' which in ubi_attach_mtd_dev()
1664 * ubi_thread - UBI background thread.1667 int ubi_thread(void *u) function