Home
last modified time | relevance | path

Searched refs:kthread_queue_work (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/crypto/
Dcrypto_engine.c53 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_finalize_request()
82 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_pump_requests()
93 kthread_queue_work(engine->kworker, in crypto_pump_requests()
198 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_transfer_request()
373 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_engine_start()
/Linux-v5.4/drivers/infiniband/core/
Dfmr_pool.c183 kthread_queue_work(pool->worker, &pool->work); in ib_fmr_cleanup_func()
375 kthread_queue_work(pool->worker, &pool->work); in ib_flush_fmr_pool()
487 kthread_queue_work(pool->worker, &pool->work); in ib_fmr_pool_unmap()
/Linux-v5.4/drivers/tty/serial/
Dsc16is7xx.c736 kthread_queue_work(&s->kworker, &s->irq_work); in sc16is7xx_irq()
812 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_ier_clear()
830 kthread_queue_work(&s->kworker, &one->tx_work); in sc16is7xx_start_tx()
856 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_set_mctrl()
990 kthread_queue_work(&s->kworker, &one->reg_work); in sc16is7xx_config_rs485()
/Linux-v5.4/include/linux/
Dkthread.h181 bool kthread_queue_work(struct kthread_worker *worker,
/Linux-v5.4/kernel/
Dkthread.c818 bool kthread_queue_work(struct kthread_worker *worker, in kthread_queue_work() function
832 EXPORT_SYMBOL_GPL(kthread_queue_work);
1165 kthread_queue_work(worker, &fwork.work); in kthread_flush_worker()
/Linux-v5.4/drivers/thermal/intel/
Dintel_powerclamp.c437 kthread_queue_work(w_data->worker, &w_data->balancing_work); in clamp_idle_injection_func()
495 kthread_queue_work(w_data->worker, &w_data->balancing_work); in start_power_clamp_worker()
/Linux-v5.4/arch/x86/kvm/
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()
/Linux-v5.4/drivers/spi/
Dspi.c1284 kthread_queue_work(&ctlr->kworker, &ctlr->pump_messages); in __spi_pump_messages()
1298 kthread_queue_work(&ctlr->kworker, in __spi_pump_messages()
1527 kthread_queue_work(&ctlr->kworker, &ctlr->pump_messages); in spi_finalize_current_message()
1553 kthread_queue_work(&ctlr->kworker, &ctlr->pump_messages); in spi_start_queue()
1633 kthread_queue_work(&ctlr->kworker, &ctlr->pump_messages); in __spi_queued_transfer()
/Linux-v5.4/drivers/net/ethernet/microchip/
Dencx24j600.c830 kthread_queue_work(&priv->kworker, &priv->setrx_work); in encx24j600_set_multicast_list()
889 kthread_queue_work(&priv->kworker, &priv->tx_work); in encx24j600_tx()
/Linux-v5.4/drivers/platform/chrome/
Dcros_ec_spi.c667 kthread_queue_work(ec_spi->high_pri_worker, &params.work); in cros_ec_xfer_high_pri()
/Linux-v5.4/kernel/sched/
Dcpufreq_schedutil.c583 kthread_queue_work(&sg_policy->worker, &sg_policy->work); in sugov_irq_work()
/Linux-v5.4/drivers/watchdog/
Dwatchdog_dev.c252 kthread_queue_work(watchdog_kworker, &wd_data->work); in watchdog_timer_expired()
/Linux-v5.4/drivers/media/pci/ivtv/
Divtv-irq.c1053 kthread_queue_work(&itv->irq_worker, &itv->irq_work); in ivtv_irq_handler()
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_crtc.c391 kthread_queue_work(&priv->event_thread[crtc_id].worker, &fevent->work); in dpu_crtc_frame_event_cb()
/Linux-v5.4/drivers/block/
Dloop.c1922 kthread_queue_work(&lo->worker, &cmd->work); in loop_queue_rq()