Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot.c112 kms->dump_worker = kthread_run_worker(0, "%s", "disp_snapshot"); in msm_disp_snapshot_init()
/linux/net/dsa/
H A Dtag_ocelot_8021q.c119 priv->xmit_worker = kthread_run_worker(0, "felix_xmit"); in ocelot_connect()
H A Dtag_ksz.c70 xmit_worker = kthread_run_worker(0, "dsa%d:%d_xmit", in ksz_connect()
H A Dtag_sja1105.c722 xmit_worker = kthread_run_worker(0, "dsa%d:%d_xmit", in sja1105_connect()
/linux/include/linux/
H A Dkthread.h226 #define kthread_run_worker(flags, namefmt, ...) \ macro
/linux/drivers/net/ethernet/intel/ice/
H A Dice_gnss.c186 kworker = kthread_run_worker(0, "ice-gnss-%s", dev_name(dev)); in ice_gnss_struct_init()
H A Dice_ptp.c3227 kworker = kthread_run_worker(0, "ice-ptp-%s", in ice_ptp_init_work()
H A Dice_dpll.c4259 kworker = kthread_run_worker(0, "ice-dplls-%s", in ice_dpll_init_worker()
/linux/drivers/gpu/drm/msm/
H A Dmsm_kms.c309 ev_thread->worker = kthread_run_worker(0, "crtc_event:%d", crtc->base.id); in msm_drm_kms_init()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_slpc.c507 threads[i].worker = kthread_run_worker(0, "igt/slpc_parallel:%d", gt->info.id); in live_slpc_tile_interaction()
H A Dselftest_hangcheck.c1028 worker = kthread_run_worker(0, "igt/%s", in __igt_reset_engines()
H A Dselftest_execlists.c3580 worker[id] = kthread_run_worker(0, "igt/smoke:%d", id); in smoke_crescendo()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c496 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/dpll/zl3073x/
H A Dcore.c955 kworker = kthread_run_worker(0, "zl3073x-%s", dev_name(zldev->dev)); in zl3073x_devm_dpll_init()
/linux/drivers/ptp/
H A Dptp_clock.c397 ptp->kworker = kthread_run_worker(0, "ptp%d", ptp->index); in ptp_clock_register()
/linux/drivers/usb/gadget/function/
H A Duvc_video.c822 video->kworker = kthread_run_worker(0, "UVCG"); in uvcg_video_init()
/linux/arch/x86/kvm/
H A Di8254.c753 pit->worker = kthread_run_worker(0, "kvm-pit/%d", pid_nr); in kvm_create_pit()
/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c231 kworker_fie = kthread_run_worker(0, "cppc_fie"); in cppc_fie_kworker_init()
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c235 vdpasim->worker = kthread_run_worker(0, "vDPA sim worker: %s", in vdpasim_create()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c372 worker = kthread_run_worker(0, "igt/parallel:%s", in live_parallel_switch()
/linux/kernel/rcu/
H A Dtree.c4285 rcu_exp_gp_kworker = kthread_run_worker(0, name); in rcu_start_exp_gp_kworker()
/linux/drivers/spi/
H A Dspi.c2259 ctlr->kworker = kthread_run_worker(0, dev_name(&ctlr->dev)); in spi_init_queue()
/linux/kernel/sched/ext/
H A Dext.c7198 sch->helper = kthread_run_worker(0, "sched_ext_helper"); in scx_alloc_and_add_sched()
7897 kthread_run_worker(0, "scx_enable_helper"); in scx_enable()
/linux/kernel/
H A Dworkqueue.c8217 pwq_release_worker = kthread_run_worker(0, "pool_workqueue_release"); in wq_cpu_intensive_thresh_init()
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c8525 port->wq = kthread_run_worker(0, dev_name(dev)); in tcpm_register_port()