Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dcompat.h265 #define kthread_stop(...) do { } while (0) macro
/openbmc/u-boot/fs/ubifs/
H A 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()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c1146 kthread_stop(ubi->bgt_thread); in ubi_detach_mtd_dev()