Searched refs:kthread_create (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | compat.h | 245 #define kthread_create(...) __builtin_return_address(0) macro
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 283 #define kthread_create(...) __builtin_return_address(0) macro 2569 kthread_create(fsg_main_thread, common, in fsg_common_init()
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | build.c | 1027 ubi->bgt_thread = kthread_create(ubi_thread, ubi, "%s", ubi->bgt_name); in ubi_attach_mtd_dev()
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | super.c | 1452 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs() 1859 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw()
|