Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/linux/
Dcompat.h265 #define kthread_stop(...) do { } while (0) macro
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dsuper.c1696 kthread_stop(c->bgt); in mount_ubifs()
1738 kthread_stop(c->bgt); in ubifs_umount()
1922 kthread_stop(c->bgt); in ubifs_remount_rw()
1952 kthread_stop(c->bgt); in ubifs_remount_ro()
2013 kthread_stop(c->bgt); in ubifs_put_super()
/third_party/uboot/u-boot-2020.01/drivers/mtd/ubi/
Dbuild.c1146 kthread_stop(ubi->bgt_thread); in ubi_detach_mtd_dev()