/linux-6.12.1/tools/testing/selftests/livepatch/test_modules/ |
D | test_klp_callbacks_busy.c | 53 flush_work(&work); in test_klp_callbacks_busy_init() 62 flush_work(&work); in test_klp_callbacks_busy_exit()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_log.c | 483 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()
|
D | intel_gsc_uc.c | 258 flush_work(&gsc->work); in intel_gsc_uc_fini() 279 flush_work(&gsc->work); in intel_gsc_uc_flush_work()
|
D | intel_guc_log.h | 62 struct work_struct flush_work; member
|
/linux-6.12.1/drivers/gpu/drm/virtio/ |
D | virtgpu_kms.c | 284 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-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_gt_requests.c | 50 flush_work(&engine->retire_work); in flush_submission() 129 flush_work(&engine->retire_work); in intel_engine_fini_retire() 236 flush_work(>->watchdog.work); in intel_gt_fini_requests()
|
/linux-6.12.1/drivers/md/ |
D | dm-zoned-target.c | 63 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() 1042 cancel_delayed_work_sync(&dmz->flush_work); in dmz_suspend() 1053 queue_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_resume()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_frontbuffer.c | 215 container_of(work, struct intel_frontbuffer, flush_work); in intel_frontbuffer_flush_work() 235 if (!schedule_work(&front->flush_work)) in intel_frontbuffer_queue_flush() 297 INIT_WORK(&front->flush_work, intel_frontbuffer_flush_work); in intel_frontbuffer_get()
|
D | intel_frontbuffer.h | 50 struct work_struct flush_work; member
|
/linux-6.12.1/drivers/char/tpm/ |
D | tpm-dev-common.c | 164 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-6.12.1/drivers/hid/amd-sfh-hid/ |
D | amd_sfh_pcie.c | 367 flush_work(&mp2->work); in amd_sfh_remove() 444 flush_work(&mp2->work); in amd_sfh_shutdown() 454 flush_work(&mp2->work); in amd_mp2_pci_resume() 465 flush_work(&mp2->work); in amd_mp2_pci_suspend()
|
/linux-6.12.1/drivers/media/pci/cx23885/ |
D | cx23885-input.c | 245 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.12.1/drivers/vfio/ |
D | virqfd.c | 91 flush_work(&virqfd->inject); in virqfd_shutdown() 108 flush_work(&virqfd->inject); in virqfd_flush_inject()
|
/linux-6.12.1/virt/kvm/ |
D | async_pf.c | 116 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-6.12.1/kernel/ |
D | backtracetest.c | 37 flush_work(&backtrace_bh_work); in backtrace_test_bh()
|
/linux-6.12.1/drivers/staging/rtl8712/ |
D | rtl871x_pwrctrl.c | 232 flush_work(&pwrctrl->SetPSModeWorkItem); in r8712_flush_rwctrl_works() 233 flush_work(&pwrctrl->rpwm_workitem); in r8712_flush_rwctrl_works()
|
/linux-6.12.1/fs/bcachefs/ |
D | btree_write_buffer_types.h | 54 struct work_struct flush_work; member
|
/linux-6.12.1/drivers/mtd/ |
D | sm_ftl.h | 50 struct work_struct flush_work; member
|
/linux-6.12.1/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 44 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.12.1/drivers/leds/ |
D | led-class.c | 60 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.12.1/net/vmw_vsock/ |
D | virtio_transport.c | 835 flush_work(&vsock->rx_work); in virtio_vsock_remove() 836 flush_work(&vsock->tx_work); in virtio_vsock_remove() 837 flush_work(&vsock->event_work); in virtio_vsock_remove() 838 flush_work(&vsock->send_pkt_work); in virtio_vsock_remove()
|
/linux-6.12.1/drivers/platform/x86/hp/ |
D | hp_accel.c | 337 flush_work(&hpled_led.work); in lis3lv02d_probe() 352 flush_work(&hpled_led.work); in lis3lv02d_remove()
|
/linux-6.12.1/drivers/gpu/drm/i915/pxp/ |
D | intel_pxp_irq.c | 108 flush_work(&pxp->session_work); in intel_pxp_irq_disable()
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | tc_counters.c | 42 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.12.1/drivers/target/ |
D | target_core_tmr.c | 118 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()
|