Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h246 #define kthread_stop(...) do { } while (0) macro
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c1692 kthread_stop(c->bgt); in mount_ubifs()
1734 kthread_stop(c->bgt); in ubifs_umount()
1920 kthread_stop(c->bgt); in ubifs_remount_rw()
1950 kthread_stop(c->bgt); in ubifs_remount_ro()
2011 kthread_stop(c->bgt); in ubifs_put_super()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dbuild.c1147 kthread_stop(ubi->bgt_thread); in ubi_detach_mtd_dev()