Searched refs:kthread_create (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/linux/ |
| A D | compat.h | 275 #define kthread_create(...) __builtin_return_address(0) macro
|
| /u-boot/drivers/usb/gadget/ |
| A D | f_mass_storage.c | 284 #define kthread_create(...) __builtin_return_address(0) macro 2532 kthread_create(fsg_main_thread, common, in fsg_common_init()
|
| /u-boot/drivers/mtd/ubi/ |
| A D | build.c | 1028 ubi->bgt_thread = kthread_create(ubi_thread, ubi, "%s", ubi->bgt_name); in ubi_attach_mtd_dev()
|
| /u-boot/fs/ubifs/ |
| A D | super.c | 1458 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs() 1865 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw()
|
Completed in 16 milliseconds