Home
last modified time | relevance | path

Searched refs:ubi_thread (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dubi.h914 int ubi_thread(void *u);
H A Dbuild.c1010 ubi->bgt_thread = kthread_create(ubi_thread, ubi, "%s", ubi->bgt_name); in ubi_attach_mtd_dev()
1038 * The below lock makes sure we do not race with 'ubi_thread()' which in ubi_attach_mtd_dev()
H A Dwl.c1635 * ubi_thread - UBI background thread.
1638 int ubi_thread(void *u) function
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dubi.h912 int ubi_thread(void *u);
H A Dbuild.c1016 ubi->bgt_thread = kthread_create(ubi_thread, ubi, "%s", ubi->bgt_name); in ubi_attach_mtd_dev()
1044 * The below lock makes sure we do not race with 'ubi_thread()' which in ubi_attach_mtd_dev()
H A Dwl.c1645 * ubi_thread - UBI background thread.
1648 int ubi_thread(void *u)

Completed in 12 milliseconds