| /linux/include/linux/ |
| H A D | kthread.h | 27 #define kthread_create(threadfn, data, namefmt, arg...) \ macro 54 = kthread_create(threadfn, data, namefmt, ## __VA_ARGS__); \
|
| /linux/drivers/usb/usbip/ |
| H A D | vudc_sysfs.c | 156 tcp_rx = kthread_create(&v_rx_loop, &udc->ud, "vudc_rx"); in usbip_sockfd_store() 162 tcp_tx = kthread_create(&v_tx_loop, &udc->ud, "vudc_tx"); in usbip_sockfd_store()
|
| H A D | stub_dev.c | 88 tcp_rx = kthread_create(stub_rx_loop, &sdev->ud, "stub_rx"); in usbip_sockfd_store() 93 tcp_tx = kthread_create(stub_tx_loop, &sdev->ud, "stub_tx"); in usbip_sockfd_store()
|
| H A D | vhci_sysfs.c | 376 tcp_rx = kthread_create(vhci_rx_loop, &vdev->ud, "vhci_rx"); in attach_store() 382 tcp_tx = kthread_create(vhci_tx_loop, &vdev->ud, "vhci_tx"); in attach_store()
|
| H A D | usbip_common.h | 293 = kthread_create(threadfn, data, namefmt, ## __VA_ARGS__); \
|
| /linux/lib/kunit/ |
| H A D | try-catch.c | 46 task_struct = kthread_create(kunit_generic_run_threadfn_adapter, in kunit_try_catch_run()
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_test_rqspinlock.c | 179 t = kthread_create(rqspinlock_worker_fn, NULL, "rqsl_w/%d", i); in bpf_test_rqspinlock_init()
|
| /linux/arch/x86/mm/pat/ |
| H A D | cpa-test.c | 269 p = kthread_create(do_pageattr_test, NULL, "pageattr-test"); in start_pageattr_test()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer_benchmark.c | 442 consumer = kthread_create(ring_buffer_consumer_thread, in ring_buffer_benchmark_init()
|
| H A D | trace_hwlat.c | 427 kthread = kthread_create(kthread_fn, NULL, "hwlatd"); in start_single_kthread()
|
| /linux/kernel/events/ |
| H A D | hw_breakpoint_test.c | 100 tsk = kthread_create(dummy_kthread, NULL, "hw_breakpoint_dummy_task"); in get_other_task()
|
| /linux/drivers/char/ |
| H A D | apm-emulation.c | 638 kapmd_tsk = kthread_create(kapmd, NULL, "kapmd"); in apm_init()
|
| /linux/kernel/ |
| H A D | torture.c | 946 *tp = kthread_create(fn, arg, "%s", s); in _torture_create_kthread()
|
| /linux/drivers/acpi/ |
| H A D | acpi_dbg.c | 427 t = kthread_create(acpi_aml_thread, NULL, "aml"); in acpi_aml_create_thread()
|
| /linux/kernel/sched/ |
| H A D | cpufreq_schedutil.c | 681 thread = kthread_create(kthread_worker_fn, &sg_policy->worker, in sugov_kthread_create()
|
| /linux/drivers/rtc/ |
| H A D | rtc-optee.c | 613 priv->alarm_task = kthread_create(optee_rtc_handle_alarm_event, in optee_rtc_probe()
|
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_bo_test.c | 219 task = kthread_create(threaded_ttm_bo_reserve, bo, "ttm-bo-reserve"); in ttm_bo_reserve_interrupted()
|
| H A D | ttm_bo_validate_test.c | 617 task = kthread_create(threaded_dma_resv_signal, bo, "dma-resv-signal"); in ttm_bo_validate_no_placement_not_signaled() 738 task = kthread_create(threaded_fence_signal, man->move, "move-fence-signal"); in ttm_bo_validate_move_fence_not_signaled()
|
| /linux/kernel/irq/ |
| H A D | manage.c | 1392 t = kthread_create(irq_thread, new, "irq/%d-%s", irq, in setup_irq_thread() 1395 t = kthread_create(irq_thread, new, "irq/%d-s-%s", irq, in setup_irq_thread()
|
| /linux/fs/gfs2/ |
| H A D | ops_fstype.c | 1072 p = kthread_create(gfs2_logd, sdp, "gfs2_logd/%s", sdp->sd_fsname); in init_threads() 1081 p = kthread_create(gfs2_quotad, sdp, "gfs2_quotad/%s", sdp->sd_fsname); in init_threads()
|
| /linux/kernel/rcu/ |
| H A D | tree_plugin.h | 1308 t = kthread_create(rcu_boost_kthread, (void *)rnp, in rcu_spawn_one_boost_kthread()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_est.c | 259 kd->task = kthread_create(ip_vs_estimation_kthread, kd, "ipvs-e:%d:%d", in ip_vs_est_kthread_start()
|
| /linux/drivers/net/mctp/ |
| H A D | mctp-i2c.c | 742 midev->tx_thread = kthread_create(mctp_i2c_tx_thread, midev, in mctp_i2c_midev_init()
|
| /linux/drivers/md/bcache/ |
| H A D | writeback.c | 1084 dc->writeback_thread = kthread_create(bch_writeback_thread, dc, in bch_cached_dev_writeback_start()
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_gc.c | 1187 mp->m_zone_info->zi_gc_thread = kthread_create(xfs_zoned_gcd, data, in xfs_zone_gc_mount()
|