| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kthread.h | 182 kthread_create_worker(unsigned int flags, const char namefmt[], ...);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_vblank_work.c | 255 worker = kthread_create_worker(0, "card%d-crtc%d", in drm_vblank_worker_init()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kthread.c | 810 kthread_create_worker(unsigned int flags, const char namefmt[], ...) in kthread_create_worker() function 821 EXPORT_SYMBOL(kthread_create_worker);
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | crypto_engine.c | 514 engine->kworker = kthread_create_worker(0, "%s", engine->name); in crypto_engine_alloc_init_and_set()
|
| /OK3568_Linux_fs/kernel/drivers/ptp/ |
| H A D | ptp_clock.c | 236 ptp->kworker = kthread_create_worker(0, "ptp%d", ptp->index); in ptp_clock_register()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | i8254.c | 681 pit->worker = kthread_create_worker(0, "kvm-pit/%d", pid_nr); in kvm_create_pit()
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/ |
| H A D | cros_ec_spi.c | 719 kthread_create_worker(0, "cros_ec_spi_high_pri"); in cros_ec_spi_devm_high_pri_alloc()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_mtk | 1126 kthread_create_worker 2896 kthread_create_worker
|
| H A D | abi_gki_aarch64_exynosauto | 1146 kthread_create_worker
|
| H A D | abi_gki_aarch64_vivo | 882 kthread_create_worker
|
| H A D | abi_gki_aarch64_generic | 1067 kthread_create_worker
|
| H A D | abi_gki_aarch64_db845c | 1303 kthread_create_worker
|
| H A D | abi_gki_aarch64_imx | 2000 kthread_create_worker
|
| H A D | abi_gki_aarch64_qcom | 1349 kthread_create_worker
|
| H A D | abi_gki_aarch64_rockchip | 713 kthread_create_worker
|
| H A D | abi_gki_aarch64_oplus | 1456 kthread_create_worker
|
| H A D | abi_gki_aarch64_galaxy | 2469 kthread_create_worker
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | watchdog_dev.c | 1184 watchdog_kworker = kthread_create_worker(0, "watchdogd"); in watchdog_dev_init()
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | main.c | 1440 worker = kthread_create_worker(0, "init/%d", i); in initcall_init_workers()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_drv.c | 506 priv->event_thread[i].worker = kthread_create_worker(0, in msm_drm_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | fusb302.c | 1731 chip->irq_worker = kthread_create_worker(0, dev_name(dev)); in fusb302_probe()
|
| H A D | tcpm.c | 6551 port->wq = kthread_create_worker(0, dev_name(dev)); in tcpm_register_port()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/ |
| H A D | sja1105_main.c | 3562 sp->xmit_worker = kthread_create_worker(0, "%s_xmit", in sja1105_probe()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi.c | 1673 ctlr->kworker = kthread_create_worker(0, dev_name(&ctlr->dev)); in spi_init_queue()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 381 chip->kworker = kthread_create_worker(0, "%s", dev_name(chip->dev)); in mv88e6xxx_irq_poll_setup()
|