/linux-6.3-rc2/net/dsa/ |
A D | tag_ocelot_8021q.c | 113 priv->xmit_worker = kthread_create_worker(0, "felix_xmit"); in ocelot_connect()
|
A D | tag_ksz.c | 69 xmit_worker = kthread_create_worker(0, "dsa%d:%d_xmit", in ksz_connect()
|
A D | tag_sja1105.c | 776 xmit_worker = kthread_create_worker(0, "dsa%d:%d_xmit", in sja1105_connect()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/ |
A D | msm_disp_snapshot.c | 112 kms->dump_worker = kthread_create_worker(0, "%s", "disp_snapshot"); in msm_disp_snapshot_init()
|
/linux-6.3-rc2/include/linux/ |
A D | kthread.h | 190 kthread_create_worker(unsigned int flags, const char namefmt[], ...);
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_vblank_work.c | 255 worker = kthread_create_worker(0, "card%d-crtc%d", in drm_vblank_worker_init()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | msm_atomic.c | 118 timer->worker = kthread_create_worker(0, "atomic-worker-%d", crtc_idx); in msm_atomic_init_pending_timer()
|
A D | msm_gpu.c | 865 gpu->worker = kthread_create_worker(0, "gpu-worker"); in msm_gpu_init()
|
A D | msm_drv.c | 493 priv->event_thread[i].worker = kthread_create_worker(0, in msm_drm_init()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_gnss.c | 229 kworker = kthread_create_worker(0, "ice-gnss-%s", dev_name(dev)); in ice_gnss_struct_init()
|
A D | ice_ptp.c | 2664 kworker = kthread_create_worker(0, "ice-ptp-%s", in ice_ptp_init_work()
|
/linux-6.3-rc2/crypto/ |
A D | crypto_engine.c | 542 engine->kworker = kthread_create_worker(0, "%s", engine->name); in crypto_engine_alloc_init_and_set()
|
/linux-6.3-rc2/kernel/ |
A D | kthread.c | 883 kthread_create_worker(unsigned int flags, const char namefmt[], ...) in kthread_create_worker() function 894 EXPORT_SYMBOL(kthread_create_worker);
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | selftest_slpc.c | 459 threads[i].worker = kthread_create_worker(0, "igt/slpc_parallel:%d", gt->info.id); in live_slpc_tile_interaction()
|
A D | selftest_hangcheck.c | 1028 worker = kthread_create_worker(0, "igt/%s", in __igt_reset_engines()
|
A D | selftest_execlists.c | 3573 worker[id] = kthread_create_worker(0, "igt/smoke:%d", id); in smoke_crescendo()
|
/linux-6.3-rc2/drivers/ptp/ |
A D | ptp_clock.c | 250 ptp->kworker = kthread_create_worker(0, "ptp%d", ptp->index); in ptp_clock_register()
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | i8254.c | 684 pit->worker = kthread_create_worker(0, "kvm-pit/%d", pid_nr); in kvm_create_pit()
|
/linux-6.3-rc2/drivers/platform/chrome/ |
A D | cros_ec_spi.c | 724 kthread_create_worker(0, "cros_ec_spi_high_pri"); in cros_ec_spi_devm_high_pri_alloc()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/ |
A D | i915_request.c | 495 worker = kthread_create_worker(0, "igt/%d", n); in mock_breadcrumbs_smoketest() 1628 worker = kthread_create_worker(0, "igt/parallel:%s", in live_parallel_engines() 1789 worker = kthread_create_worker(0, "igt/%d.%d", idx, n); in live_breadcrumbs_smoketest() 3202 worker = kthread_create_worker(0, "igt:%s", in perf_parallel_engines()
|
/linux-6.3-rc2/drivers/cpufreq/ |
A D | cppc_cpufreq.c | 251 kworker_fie = kthread_create_worker(0, "cppc_fie"); in cppc_freq_invariance_init()
|
/linux-6.3-rc2/drivers/watchdog/ |
A D | watchdog_dev.c | 1233 watchdog_kworker = kthread_create_worker(0, "watchdogd"); in watchdog_dev_init()
|
/linux-6.3-rc2/kernel/rcu/ |
A D | tree.c | 4532 rcu_exp_gp_kworker = kthread_create_worker(0, gp_kworker_name); in rcu_start_exp_gp_kworkers() 4538 rcu_exp_par_gp_kworker = kthread_create_worker(0, par_gp_kworker_name); in rcu_start_exp_gp_kworkers()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/ |
A D | i915_gem_context.c | 368 worker = kthread_create_worker(0, "igt/parallel:%s", in live_parallel_switch()
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi.c | 1962 ctlr->kworker = kthread_create_worker(0, dev_name(&ctlr->dev)); in spi_init_queue()
|