Home
last modified time | relevance | path

Searched refs:kthread_create_worker (Results 1 – 25 of 31) sorted by relevance

12

/linux/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot.c112 kms->dump_worker = kthread_create_worker(0, "%s", "disp_snapshot"); in msm_disp_snapshot_init()
/linux/net/dsa/
H A Dtag_ocelot_8021q.c113 priv->xmit_worker = kthread_create_worker(0, "felix_xmit"); in ocelot_connect()
H A Dtag_ksz.c69 xmit_worker = kthread_create_worker(0, "dsa%d:%d_xmit", in ksz_connect()
H A Dtag_sja1105.c758 xmit_worker = kthread_create_worker(0, "dsa%d:%d_xmit", in sja1105_connect()
/linux/include/linux/
H A Dkthread.h191 kthread_create_worker(unsigned int flags, const char namefmt[], ...);
/linux/drivers/gpu/drm/
H A Ddrm_vblank_work.c258 worker = kthread_create_worker(0, "card%d-crtc%d", in drm_vblank_worker_init()
/linux/drivers/gpu/drm/msm/
H A Dmsm_atomic.c118 timer->worker = kthread_create_worker(0, "atomic-worker-%d", crtc_idx); in msm_atomic_init_pending_timer()
H A Dmsm_kms.c272 ev_thread->worker = kthread_create_worker(0, "crtc_event:%d", crtc->base.id); in msm_drm_kms_init()
H A Dmsm_gpu.c860 gpu->worker = kthread_create_worker(0, "gpu-worker"); in msm_gpu_init()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_gnss.c185 kworker = kthread_create_worker(0, "ice-gnss-%s", dev_name(dev)); in ice_gnss_struct_init()
H A Dice_dpll.c1836 kworker = kthread_create_worker(0, "ice-dplls-%s", in ice_dpll_init_worker()
/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu.c221 dev->worker = kthread_create_worker(0, "vpu_irq_thread"); in wave5_vpu_probe()
/linux/kernel/
H A Dkthread.c902 kthread_create_worker(unsigned int flags, const char namefmt[], ...) in kthread_create_worker() function
913 EXPORT_SYMBOL(kthread_create_worker);
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_slpc.c492 threads[i].worker = kthread_create_worker(0, "igt/slpc_parallel:%d", gt->info.id); in live_slpc_tile_interaction()
H A Dselftest_hangcheck.c1028 worker = kthread_create_worker(0, "igt/%s", in __igt_reset_engines()
/linux/crypto/
H A Dcrypto_engine.c520 engine->kworker = kthread_create_worker(0, "%s", engine->name); in crypto_engine_alloc_init_and_set()
/linux/drivers/ptp/
H A Dptp_clock.c298 ptp->kworker = kthread_create_worker(0, "ptp%d", ptp->index); in ptp_clock_register()
/linux/arch/x86/kvm/
H A Di8254.c684 pit->worker = kthread_create_worker(0, "kvm-pit/%d", pid_nr); in kvm_create_pit()
/linux/drivers/platform/chrome/
H A Dcros_ec_spi.c718 kthread_create_worker(0, "cros_ec_spi_high_pri"); in cros_ec_spi_devm_high_pri_alloc()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c495 worker = kthread_create_worker(0, "igt/%d", n); in mock_breadcrumbs_smoketest()
1648 worker = kthread_create_worker(0, "igt/parallel:%s", in live_parallel_engines()
1809 worker = kthread_create_worker(0, "igt/%d.%d", idx, n); in live_breadcrumbs_smoketest()
3222 worker = kthread_create_worker(0, "igt:%s", in perf_parallel_engines()
/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c244 kworker_fie = kthread_create_worker(0, "cppc_fie"); in cppc_freq_invariance_init()
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c232 vdpasim->worker = kthread_create_worker(0, "vDPA sim worker: %s", in vdpasim_create()
/linux/drivers/watchdog/
H A Dwatchdog_dev.c1232 watchdog_kworker = kthread_create_worker(0, "watchdogd"); in watchdog_dev_init()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c372 worker = kthread_create_worker(0, "igt/parallel:%s", in live_parallel_switch()
/linux/kernel/rcu/
H A Dtree.c4793 kworker = kthread_create_worker(0, name, rnp_index); in rcu_spawn_exp_par_gp_kworker()
4820 rcu_exp_gp_kworker = kthread_create_worker(0, name); in rcu_start_exp_gp_kworker()

12