| /linux/net/dsa/ |
| H A D | tag_ocelot_8021q.c | 113 priv->xmit_worker = kthread_run_worker(0, "felix_xmit"); in ocelot_connect()
|
| H A D | tag_ksz.c | 69 xmit_worker = kthread_run_worker(0, "dsa%d:%d_xmit", in ksz_connect()
|
| H A D | tag_sja1105.c | 710 xmit_worker = kthread_run_worker(0, "dsa%d:%d_xmit", in sja1105_connect()
|
| /linux/drivers/gpu/drm/msm/disp/ |
| H A D | msm_disp_snapshot.c | 112 kms->dump_worker = kthread_run_worker(0, "%s", "disp_snapshot"); in msm_disp_snapshot_init()
|
| /linux/include/linux/ |
| H A D | kthread.h | 226 #define kthread_run_worker(flags, namefmt, ...) \ macro
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_gnss.c | 185 kworker = kthread_run_worker(0, "ice-gnss-%s", dev_name(dev)); in ice_gnss_struct_init()
|
| H A D | ice_ptp.c | 3210 kworker = kthread_run_worker(0, "ice-ptp-%s", in ice_ptp_init_work()
|
| H A D | ice_dpll.c | 3779 kworker = kthread_run_worker(0, "ice-dplls-%s", in ice_dpll_init_worker()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_kms.c | 309 ev_thread->worker = kthread_run_worker(0, "crtc_event:%d", crtc->base.id); in msm_drm_kms_init()
|
| H A D | msm_gpu.c | 992 gpu->worker = kthread_run_worker(0, "gpu-worker"); in msm_gpu_init()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_slpc.c | 507 threads[i].worker = kthread_run_worker(0, "igt/slpc_parallel:%d", gt->info.id); in live_slpc_tile_interaction()
|
| H A D | selftest_hangcheck.c | 1028 worker = kthread_run_worker(0, "igt/%s", in __igt_reset_engines()
|
| H A D | selftest_execlists.c | 3580 worker[id] = kthread_run_worker(0, "igt/smoke:%d", id); in smoke_crescendo()
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | core.c | 969 kworker = kthread_run_worker(0, "zl3073x-%s", dev_name(zldev->dev)); in zl3073x_devm_dpll_init()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_request.c | 496 worker = kthread_run_worker(0, "igt/%d", n); in mock_breadcrumbs_smoketest() 1649 worker = kthread_run_worker(0, "igt/parallel:%s", in live_parallel_engines() 1808 worker = kthread_run_worker(0, "igt/%d.%d", idx, n); in live_breadcrumbs_smoketest() 3221 worker = kthread_run_worker(0, "igt:%s", in perf_parallel_engines()
|
| /linux/drivers/ptp/ |
| H A D | ptp_clock.c | 385 ptp->kworker = kthread_run_worker(0, "ptp%d", ptp->index); in ptp_clock_register()
|
| /linux/drivers/cpufreq/ |
| H A D | cppc_cpufreq.c | 228 kworker_fie = kthread_run_worker(0, "cppc_fie"); in cppc_fie_kworker_init()
|
| /linux/arch/x86/kvm/ |
| H A D | i8254.c | 753 pit->worker = kthread_run_worker(0, "kvm-pit/%d", pid_nr); in kvm_create_pit()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_video.c | 822 video->kworker = kthread_run_worker(0, "UVCG"); in uvcg_video_init()
|
| /linux/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim.c | 232 vdpasim->worker = kthread_run_worker(0, "vDPA sim worker: %s", in vdpasim_create()
|
| /linux/drivers/watchdog/ |
| H A D | watchdog_dev.c | 1227 watchdog_kworker = kthread_run_worker(0, "watchdogd"); in watchdog_dev_init()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_context.c | 372 worker = kthread_run_worker(0, "igt/parallel:%s", in live_parallel_switch()
|
| /linux/kernel/sched/ |
| H A D | ext.c | 4885 sch->helper = kthread_run_worker(0, "sched_ext_helper"); in scx_alloc_and_add_sched() 5262 helper = kthread_run_worker(0, "scx_enable_helper"); in scx_enable()
|
| /linux/kernel/rcu/ |
| H A D | tree.c | 4209 rcu_exp_gp_kworker = kthread_run_worker(0, name); in rcu_spawn_rnp_kthreads()
|
| /linux/drivers/spi/ |
| H A D | spi.c | 2049 ctlr->kworker = kthread_run_worker(0, dev_name(&ctlr->dev)); in spi_init_queue()
|