Home
last modified time | relevance | path

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

12345678910>>...13

/linux-6.6.21/lib/livepatch/
Dtest_klp_callbacks_busy.c53 flush_work(&work); in test_klp_callbacks_busy_init()
62 flush_work(&work); in test_klp_callbacks_busy_exit()
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c483 container_of(work, struct intel_guc_log, relay.flush_work); in copy_debug_logs_work()
516 INIT_WORK(&log->relay.flush_work, copy_debug_logs_work); in intel_guc_log_init_early()
763 queue_work(system_highpri_wq, &log->relay.flush_work); in intel_guc_log_relay_start()
782 flush_work(&log->relay.flush_work); in intel_guc_log_relay_flush()
806 flush_work(&log->relay.flush_work); in guc_log_relay_stop()
825 queue_work(system_highpri_wq, &log->relay.flush_work); in intel_guc_log_handle_flush_event()
Dintel_gsc_uc.c260 flush_work(&gsc->work); in intel_gsc_uc_fini()
281 flush_work(&gsc->work); in intel_gsc_uc_flush_work()
Dintel_guc_log.h62 struct work_struct flush_work; member
/linux-6.6.21/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c285 flush_work(&vgdev->obj_free_work); in virtio_gpu_deinit()
286 flush_work(&vgdev->ctrlq.dequeue_work); in virtio_gpu_deinit()
287 flush_work(&vgdev->cursorq.dequeue_work); in virtio_gpu_deinit()
288 flush_work(&vgdev->config_changed_work); in virtio_gpu_deinit()
/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_gt_requests.c50 flush_work(&engine->retire_work); in flush_submission()
129 flush_work(&engine->retire_work); in intel_engine_fini_retire()
236 flush_work(&gt->watchdog.work); in intel_gt_fini_requests()
/linux-6.6.21/drivers/char/tpm/
Dtpm-dev-common.c159 flush_work(&priv->timeout_work); in tpm_common_read()
264 flush_work(&priv->async_work); in tpm_common_release()
266 flush_work(&priv->timeout_work); in tpm_common_release()
/linux-6.6.21/drivers/md/
Ddm-zoned-target.c63 struct delayed_work flush_work; member
505 struct dmz_target *dmz = container_of(work, struct dmz_target, flush_work.work); in dmz_flush_work()
527 queue_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_flush_work()
663 mod_delayed_work(dmz->flush_wq, &dmz->flush_work, 0); in dmz_map()
915 INIT_DELAYED_WORK(&dmz->flush_work, dmz_flush_work); in dmz_ctr()
923 mod_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_ctr()
971 cancel_delayed_work_sync(&dmz->flush_work); in dmz_dtr()
1043 cancel_delayed_work_sync(&dmz->flush_work); in dmz_suspend()
1054 queue_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_resume()
/linux-6.6.21/drivers/media/pci/cx23885/
Dcx23885-input.c245 flush_work(&dev->cx25840_work); in cx23885_input_ir_stop()
246 flush_work(&dev->ir_rx_work); in cx23885_input_ir_stop()
247 flush_work(&dev->ir_tx_work); in cx23885_input_ir_stop()
/linux-6.6.21/drivers/staging/rtl8712/
Drtl871x_pwrctrl.c232 flush_work(&pwrctrl->SetPSModeWorkItem); in r8712_flush_rwctrl_works()
233 flush_work(&pwrctrl->rpwm_workitem); in r8712_flush_rwctrl_works()
/linux-6.6.21/drivers/mtd/
Dsm_ftl.h50 struct work_struct flush_work; member
/linux-6.6.21/drivers/infiniband/hw/hns/
Dhns_roce_qp.c44 struct hns_roce_work *flush_work = container_of(work, in flush_work_handle() local
46 struct hns_roce_qp *hr_qp = container_of(flush_work, in flush_work_handle()
47 struct hns_roce_qp, flush_work); in flush_work_handle()
48 struct device *dev = flush_work->hr_dev->dev; in flush_work_handle()
73 struct hns_roce_work *flush_work = &hr_qp->flush_work; in init_flush_work() local
75 flush_work->hr_dev = hr_dev; in init_flush_work()
76 INIT_WORK(&flush_work->work, flush_work_handle); in init_flush_work()
78 queue_work(hr_dev->irq_workq, &flush_work->work); in init_flush_work()
/linux-6.6.21/net/vmw_vsock/
Dvirtio_transport.c709 flush_work(&vsock->rx_work); in virtio_vsock_remove()
710 flush_work(&vsock->tx_work); in virtio_vsock_remove()
711 flush_work(&vsock->event_work); in virtio_vsock_remove()
712 flush_work(&vsock->send_pkt_work); in virtio_vsock_remove()
/linux-6.6.21/drivers/leds/
Dled-class.c60 flush_work(&led_cdev->set_brightness_work); in brightness_store()
176 flush_work(&led_cdev->set_brightness_work); in led_classdev_suspend()
593 flush_work(&led_cdev->set_brightness_work); in led_classdev_unregister()
/linux-6.6.21/drivers/gpu/drm/i915/pxp/
Dintel_pxp_irq.c107 flush_work(&pxp->session_work); in intel_pxp_irq_disable()
/linux-6.6.21/drivers/platform/x86/hp/
Dhp_accel.c337 flush_work(&hpled_led.work); in lis3lv02d_probe()
352 flush_work(&hpled_led.work); in lis3lv02d_remove()
/linux-6.6.21/drivers/net/ethernet/sfc/
Dtc_counters.c42 flush_work(&cnt->work); in efx_tc_counter_free()
192 flush_work(&cnt->work); in efx_tc_flower_release_counter()
310 flush_work(&rx_queue->grant_work); in efx_tc_stop_channel()
/linux-6.6.21/drivers/target/
Dtarget_core_tmr.c118 flush_work(&dev->queues[i].sq.work); in core_tmr_abort_task()
301 flush_work(&dev->queues[i].sq.work); in core_tmr_drain_state_list()
/linux-6.6.21/drivers/media/pci/mantis/
Dmantis_evm.c102 flush_work(&ca->hif_evm_work); in mantis_evmgr_exit()
Dmantis_uart.c184 flush_work(&mantis->uart_work); in mantis_uart_exit()
/linux-6.6.21/drivers/leds/trigger/
Dledtrig-timer.c117 flush_work(&led_cdev->set_brightness_work); in timer_trig_activate()
/linux-6.6.21/arch/sh/drivers/
Dpush-switch.c105 flush_work(&psw->work); in switch_drv_remove()
/linux-6.6.21/drivers/remoteproc/
Dkeystone_remoteproc.c202 flush_work(&ksproc->workqueue); in keystone_rproc_start()
220 flush_work(&ksproc->workqueue); in keystone_rproc_stop()
/linux-6.6.21/sound/pci/oxygen/
Doxygen_lib.c573 flush_work(&chip->spdif_input_bits_work); in oxygen_card_free()
574 flush_work(&chip->gpio_work); in oxygen_card_free()
735 flush_work(&chip->spdif_input_bits_work); in oxygen_pci_suspend()
736 flush_work(&chip->gpio_work); in oxygen_pci_suspend()
/linux-6.6.21/drivers/base/
Ddd.c312 flush_work(&deferred_probe_work); in deferred_probe_timeout_work_func()
352 flush_work(&deferred_probe_work); in deferred_probe_initcall()
363 flush_work(&deferred_probe_work); in deferred_probe_initcall()
771 flush_work(&deferred_probe_work); in wait_for_device_probe()

12345678910>>...13