Home
last modified time | relevance | path

Searched refs:kthread_queue_work (Results 1 - 25 of 54) sorted by relevance

123

/kernel/linux/linux-5.10/crypto/
H A Dcrypto_engine.c58 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_finalize_request()
87 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_pump_requests()
98 kthread_queue_work(engine->kworker, in crypto_pump_requests()
202 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_pump_requests()
273 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_transfer_request()
419 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_engine_start()
/kernel/linux/linux-6.6/crypto/
H A Dcrypto_engine.c61 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_finalize_request()
91 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_pump_requests()
102 kthread_queue_work(engine->kworker, in crypto_pump_requests()
185 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_pump_requests()
253 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_transfer_request()
425 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_engine_start()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_vblank_work.c60 kthread_queue_work(vblank->worker, &work->base); in drm_handle_vblank_works()
147 ret = kthread_queue_work(vblank->worker, &work->base); in drm_vblank_work_schedule()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_vblank_work.c60 kthread_queue_work(vblank->worker, &work->base); in drm_handle_vblank_works()
147 ret = kthread_queue_work(vblank->worker, &work->base); in drm_vblank_work_schedule()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_fence.c24 kthread_queue_work(fctx2gpu(fctx)->worker, &fctx->deadline_work); in deadline_timer()
157 kthread_queue_work(fctx2gpu(fctx)->worker, in msm_fence_set_deadline()
H A Dmsm_io_utils.c107 kthread_queue_work(work->worker, &work->work); in msm_hrtimer_worktimer()
H A Dmsm_gpu.c532 kthread_queue_work(gpu->worker, &gpu->recover_work); in hangcheck_handler()
742 kthread_queue_work(gpu->worker, &gpu->retire_work); in msm_gpu_retire()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H A Da5xx_preempt.c86 kthread_queue_work(gpu->worker, &gpu->recover_work); in a5xx_preempt_timer()
181 kthread_queue_work(gpu->worker, &gpu->recover_work); in a5xx_preempt_irq()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot.c94 kthread_queue_work(kms->dump_worker, &kms->dump_work); in msm_disp_snapshot_state()
/kernel/linux/linux-6.6/net/dsa/
H A Dtag_ocelot_8021q.c58 kthread_queue_work(xmit_worker, &xmit_work->work); in ocelot_defer_xmit()
/kernel/linux/linux-5.10/include/linux/
H A Dkthread.h188 bool kthread_queue_work(struct kthread_worker *worker,
/kernel/linux/linux-6.6/include/linux/
H A Dkthread.h196 bool kthread_queue_work(struct kthread_worker *worker,
/kernel/linux/linux-5.10/drivers/thermal/intel/
H A Dintel_powerclamp.c438 kthread_queue_work(w_data->worker, &w_data->balancing_work); in clamp_idle_injection_func()
496 kthread_queue_work(w_data->worker, &w_data->balancing_work); in start_power_clamp_worker()
/kernel/linux/linux-5.10/kernel/
H A Dkthread.c714 * see also kthread_queue_work().
872 /* Do not use a work with >1 worker, see kthread_queue_work() */ in kthread_insert_work_sanity_check()
890 * kthread_queue_work - queue a kthread_work
901 bool kthread_queue_work(struct kthread_worker *worker, in kthread_queue_work() function
915 EXPORT_SYMBOL_GPL(kthread_queue_work); variable
940 /* Work must not be used with >1 worker, see kthread_queue_work(). */ in kthread_delayed_work_timer_fn()
1050 /* Work must not be used with >1 worker, see kthread_queue_work(). */ in kthread_flush_work()
1161 /* Work must not be used with >1 worker, see kthread_queue_work() */ in kthread_mod_delayed_work()
1202 /* Work must not be used with >1 worker, see kthread_queue_work(). */ in __kthread_cancel_work_sync()
1280 kthread_queue_work(worke in kthread_flush_worker()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dkthread.c781 * see also kthread_queue_work().
964 /* Do not use a work with >1 worker, see kthread_queue_work() */ in kthread_insert_work_sanity_check()
984 * kthread_queue_work - queue a kthread_work
995 bool kthread_queue_work(struct kthread_worker *worker, in kthread_queue_work() function
1009 EXPORT_SYMBOL_GPL(kthread_queue_work); variable
1034 /* Work must not be used with >1 worker, see kthread_queue_work(). */ in kthread_delayed_work_timer_fn()
1143 /* Work must not be used with >1 worker, see kthread_queue_work(). */ in kthread_flush_work()
1254 /* Work must not be used with >1 worker, see kthread_queue_work() */ in kthread_mod_delayed_work()
1295 /* Work must not be used with >1 worker, see kthread_queue_work(). */ in __kthread_cancel_work_sync()
1373 kthread_queue_work(worke in kthread_flush_worker()
[all...]
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H A Dtcpm.c1214 kthread_queue_work(port->wq, &port->state_machine); in mod_tcpm_delayed_work()
1225 kthread_queue_work(port->wq, &port->vdm_state_machine); in mod_vdm_delayed_work()
1235 kthread_queue_work(port->wq, &port->enable_frs); in mod_enable_frs_delayed_work()
1245 kthread_queue_work(port->wq, &port->send_discover_work); in mod_send_discover_delayed_work()
3029 kthread_queue_work(port->wq, &event->work); in tcpm_pd_receive()
5499 kthread_queue_work(port->wq, &port->event_work); in tcpm_cc_change()
5508 kthread_queue_work(port->wq, &port->event_work); in tcpm_vbus_change()
5517 kthread_queue_work(port->wq, &port->event_work); in tcpm_pd_hard_reset()
5526 kthread_queue_work(port->wq, &port->event_work); in tcpm_sink_frs()
5535 kthread_queue_work(por in tcpm_sourcing_vbus()
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsc16is7xx.c821 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear()
839 kthread_queue_work(&s->kworker, &one->tx_work); in sc16is7xx_start_tx()
865 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl()
999 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Di8254.c215 kthread_queue_work(pit->worker, &pit->expired); in kvm_pit_ack_irq()
275 kthread_queue_work(pt->worker, &pt->expired); in pit_timer_fn()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Di8254.c215 kthread_queue_work(pit->worker, &pit->expired); in kvm_pit_ack_irq()
276 kthread_queue_work(pt->worker, &pt->expired); in pit_timer_fn()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsc16is7xx.c885 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear()
898 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_set()
940 kthread_queue_work(&s->kworker, &one->tx_work); in sc16is7xx_start_tx()
989 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl()
1129 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485()
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H A Dtcpm.c981 kthread_queue_work(port->wq, &port->state_machine); in mod_tcpm_delayed_work()
992 kthread_queue_work(port->wq, &port->vdm_state_machine); in mod_vdm_delayed_work()
1002 kthread_queue_work(port->wq, &port->enable_frs); in mod_enable_frs_delayed_work()
2208 kthread_queue_work(port->wq, &event->work); in tcpm_pd_receive()
4305 kthread_queue_work(port->wq, &port->event_work); in tcpm_cc_change()
4314 kthread_queue_work(port->wq, &port->event_work); in tcpm_vbus_change()
4323 kthread_queue_work(port->wq, &port->event_work); in tcpm_pd_hard_reset()
4332 kthread_queue_work(port->wq, &port->event_work); in tcpm_sink_frs()
4341 kthread_queue_work(port->wq, &port->event_work); in tcpm_sourcing_vbus()
5086 kthread_queue_work(por in state_machine_timer_handler()
[all...]
/kernel/linux/linux-5.10/net/dsa/
H A Dtag_sja1105.c114 kthread_queue_work(sp->xmit_worker, &sp->xmit_work); in sja1105_defer_xmit()
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c72 kthread_queue_work(vdpasim->worker, work); in vdpasim_worker_change_mm_sync()
282 kthread_queue_work(vdpasim->worker, &vdpasim->work); in vdpasim_schedule_work()
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree_exp.h449 kthread_queue_work(rcu_exp_par_gp_kworker, &rnp->rew.rew_work); in sync_rcu_exp_select_cpus_queue_work()
471 kthread_queue_work(rcu_exp_gp_kworker, &rew->rew_work); in synchronize_rcu_expedited_queue_work()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_slpc.c500 kthread_queue_work(threads[i].worker, &threads[i].work); in live_slpc_tile_interaction()

Completed in 33 milliseconds

123