Home
last modified time | relevance | path

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

12

/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.c113 priv->xmit_worker = kthread_run_worker(0, "felix_xmit"); in ocelot_connect()
H A Dtag_ksz.c69 xmit_worker = kthread_run_worker(0, "dsa%d:%d_xmit", in ksz_connect()
H A Dtag_sja1105.c710 xmit_worker = kthread_run_worker(0, "dsa%d:%d_xmit", in sja1105_connect()
/linux/drivers/gpu/drm/
H A Ddrm_vblank_work.c282 worker = kthread_run_worker(0, "card%d-crtc%d", in drm_vblank_worker_init()
/linux/include/linux/
H A Dkthread.h206 #define kthread_run_worker(flags, namefmt, ...) \ macro
/linux/drivers/gpu/drm/msm/
H A Dmsm_atomic.c118 timer->worker = kthread_run_worker(0, "atomic-worker-%d", crtc_idx); in msm_atomic_init_pending_timer()
H A Dmsm_kms.c309 ev_thread->worker = kthread_run_worker(0, "crtc_event:%d", crtc->base.id); in msm_drm_kms_init()
H A Dmsm_gpu.c989 gpu->worker = kthread_run_worker(0, "gpu-worker"); in msm_gpu_init()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_gnss.c185 kworker = kthread_run_worker(0, "ice-gnss-%s", dev_name(dev)); in ice_gnss_struct_init()
H A Dice_ptp.c3133 kworker = kthread_run_worker(0, "ice-ptp-%s", in ice_ptp_init_work()
/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu.c274 dev->worker = kthread_run_worker(0, "vpu_irq_thread"); in wave5_vpu_probe()
/linux/crypto/
H A Dcrypto_engine.c459 engine->kworker = kthread_run_worker(0, "%s", engine->name); in crypto_engine_alloc_init_and_set()
/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()
/linux/drivers/platform/chrome/
H A Dcros_ec_spi.c718 kthread_run_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.c494 worker = kthread_run_worker(0, "igt/%d", n); in mock_breadcrumbs_smoketest()
1647 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 Dptp_clock.c383 ptp->kworker = kthread_run_worker(0, "ptp%d", ptp->index); in ptp_clock_register()
/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c216 kworker_fie = kthread_run_worker(0, "cppc_fie"); in cppc_freq_invariance_init()
/linux/drivers/usb/gadget/function/
H A Duvc_video.c821 video->kworker = kthread_run_worker(0, "UVCG"); in uvcg_video_init()
/linux/drivers/dpll/zl3073x/
H A Dcore.c1173 kworker = kthread_run_worker(0, "zl3073x-%s", dev_name(zldev->dev)); in zl3073x_devm_dpll_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/vdpa/vdpa_sim/
H A Dvdpa_sim.c232 vdpasim->worker = kthread_run_worker(0, "vDPA sim worker: %s", in vdpasim_create()
/linux/drivers/watchdog/
H A Dwatchdog_dev.c1232 watchdog_kworker = kthread_run_worker(0, "watchdogd"); in watchdog_dev_init()
/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()

12