Home
last modified time | relevance | path

Searched refs:kthread_create (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dcompat.h264 #define kthread_create(...) __builtin_return_address(0) macro
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c281 #define kthread_create(...) __builtin_return_address(0) macro
2524 kthread_create(fsg_main_thread, common, in fsg_common_init()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c1026 ubi->bgt_thread = kthread_create(ubi_thread, ubi, "%s", ubi->bgt_name); in ubi_attach_mtd_dev()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c1454 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs()
1861 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw()