Home
last modified time | relevance | path

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

12345678910>>...15

/linux/tools/testing/selftests/livepatch/test_modules/
H A 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/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c484 container_of(work, struct intel_guc_log, relay.flush_work); in copy_debug_logs_work()
521 INIT_WORK(&log->relay.flush_work, copy_debug_logs_work); in intel_guc_log_init_early()
768 queue_work(system_highpri_wq, &log->relay.flush_work); in intel_guc_log_relay_start()
787 flush_work(&log->relay.flush_work); in intel_guc_log_relay_flush()
811 flush_work(&log->relay.flush_work); in guc_log_relay_stop()
830 queue_work(system_highpri_wq, &log->relay.flush_work); in intel_guc_log_handle_flush_event()
H A Dintel_gsc_uc.c258 flush_work(&gsc->work); in intel_gsc_uc_fini()
279 flush_work(&gsc->work); in intel_gsc_uc_flush_work()
H A Dintel_guc_log.h70 struct work_struct flush_work; member
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c284 flush_work(&vgdev->obj_free_work); in virtio_gpu_deinit()
285 flush_work(&vgdev->ctrlq.dequeue_work); in virtio_gpu_deinit()
286 flush_work(&vgdev->cursorq.dequeue_work); in virtio_gpu_deinit()
287 flush_work(&vgdev->config_changed_work); in virtio_gpu_deinit()
/linux/drivers/gpu/drm/i915/gt/
H A 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/drivers/md/
H A 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/drivers/gpu/drm/i915/display/
H A Dintel_frontbuffer.c214 container_of(work, struct intel_frontbuffer, flush_work); in intel_frontbuffer_flush_work()
234 if (!schedule_work(&front->flush_work)) in intel_frontbuffer_queue_flush()
301 INIT_WORK(&front->flush_work, intel_frontbuffer_flush_work); in intel_frontbuffer_get()
H A Dintel_frontbuffer.h51 struct work_struct flush_work; member
/linux/drivers/char/tpm/
H A Dtpm-dev-common.c164 flush_work(&priv->timeout_work); in tpm_common_read()
269 flush_work(&priv->async_work); in tpm_common_release()
271 flush_work(&priv->timeout_work); in tpm_common_release()
/linux/drivers/media/pci/cx23885/
H A 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/drivers/vfio/
H A Dvirqfd.c91 flush_work(&virqfd->inject); in virqfd_shutdown()
108 flush_work(&virqfd->inject); in virqfd_flush_inject()
/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.c428 flush_work(&mp2->work); in amd_sfh_remove()
509 flush_work(&mp2->work); in amd_sfh_shutdown()
519 flush_work(&mp2->work); in amd_mp2_pci_resume()
530 flush_work(&mp2->work); in amd_mp2_pci_suspend()
/linux/virt/kvm/
H A Dasync_pf.c116 flush_work(&work->work); in kvm_flush_and_free_async_pf_work()
130 flush_work(&work->work); in kvm_clear_async_pf_completion_queue()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c63 struct hns_roce_work *flush_work = container_of(work, in flush_work_handle() local
65 struct hns_roce_qp *hr_qp = container_of(flush_work, in flush_work_handle()
66 struct hns_roce_qp, flush_work); in flush_work_handle()
67 struct device *dev = flush_work->hr_dev->dev; in flush_work_handle()
92 struct hns_roce_work *flush_work = &hr_qp->flush_work; in init_flush_work() local
103 queue_work(hr_dev->irq_workq, &flush_work->work); in init_flush_work()
1149 struct hns_roce_work *flush_work = &hr_qp->flush_work; in hns_roce_create_qp_common() local
1162 flush_work->hr_dev = hr_dev; in hns_roce_create_qp_common()
1163 INIT_WORK(&flush_work->work, flush_work_handle); in hns_roce_create_qp_common()
/linux/kernel/
H A Dbacktracetest.c37 flush_work(&backtrace_bh_work); in backtrace_test_bh()
/linux/drivers/mtd/
H A Dsm_ftl.h50 struct work_struct flush_work; member
/linux/drivers/md/dm-pcache/
H A Dcache.c307 INIT_DELAYED_WORK(&kset->flush_work, kset_flush_fn); in cache_init_req_keys()
352 cancel_delayed_work_sync(&kset->flush_work); in cache_destroy_req_keys()
417 flush_work(&cache->clean_work); in pcache_cache_stop()
/linux/net/vmw_vsock/
H A Dvirtio_transport.c849 flush_work(&vsock->rx_work); in virtio_vsock_remove()
850 flush_work(&vsock->tx_work); in virtio_vsock_remove()
851 flush_work(&vsock->event_work); in virtio_vsock_remove()
852 flush_work(&vsock->send_pkt_work); in virtio_vsock_remove()
/linux/drivers/platform/x86/hp/
H A Dhp_accel.c337 flush_work(&hpled_led.work); in lis3lv02d_probe()
352 flush_work(&hpled_led.work); in lis3lv02d_remove()
/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_irq.c108 flush_work(&pxp->session_work); in intel_pxp_irq_disable()
/linux/drivers/net/ethernet/sfc/
H A 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/include/kunit/
H A Drun-in-irq-context.h109 flush_work(&state.bh_work); in kunit_run_irq_test()
/linux/drivers/target/
H A 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/drivers/media/pci/mantis/
H A Dmantis_evm.c102 flush_work(&ca->hif_evm_work); in mantis_evmgr_exit()

12345678910>>...15