Home
last modified time | relevance | path

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

1234567891011

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c319 container_of(work, struct intel_guc_log, relay.flush_work); in capture_logs_work()
358 INIT_WORK(&log->relay.flush_work, capture_logs_work); in intel_guc_log_init_early()
609 queue_work(system_highpri_wq, &log->relay.flush_work); in intel_guc_log_relay_start()
628 flush_work(&log->relay.flush_work); in intel_guc_log_relay_flush()
653 flush_work(&log->relay.flush_work); in guc_log_relay_stop()
671 queue_work(system_highpri_wq, &log->relay.flush_work); in intel_guc_log_handle_flush_event()
Dintel_guc_log.h51 struct work_struct flush_work; member
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c231 flush_work(&vgdev->obj_free_work); in virtio_gpu_deinit()
232 flush_work(&vgdev->ctrlq.dequeue_work); in virtio_gpu_deinit()
233 flush_work(&vgdev->cursorq.dequeue_work); in virtio_gpu_deinit()
234 flush_work(&vgdev->config_changed_work); in virtio_gpu_deinit()
/kernel/linux/linux-5.10/drivers/char/tpm/
Dtpm-dev-common.c160 flush_work(&priv->timeout_work); in tpm_common_read()
265 flush_work(&priv->async_work); in tpm_common_release()
267 flush_work(&priv->timeout_work); in tpm_common_release()
/kernel/linux/linux-5.10/drivers/md/
Ddm-zoned-target.c63 struct delayed_work flush_work; member
506 struct dmz_target *dmz = container_of(work, struct dmz_target, flush_work.work); in dmz_flush_work()
528 queue_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_flush_work()
664 mod_delayed_work(dmz->flush_wq, &dmz->flush_work, 0); in dmz_map()
919 INIT_DELAYED_WORK(&dmz->flush_work, dmz_flush_work); in dmz_ctr()
927 mod_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_ctr()
976 cancel_delayed_work_sync(&dmz->flush_work); in dmz_dtr()
1048 cancel_delayed_work_sync(&dmz->flush_work); in dmz_suspend()
1059 queue_delayed_work(dmz->flush_wq, &dmz->flush_work, DMZ_FLUSH_PERIOD); in dmz_resume()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/sound/soc/codecs/
Drt1015.c546 flush_work.work); in rt1015_flush_work()
639 cancel_delayed_work_sync(&rt1015->flush_work); in r1015_dac_event()
658 schedule_delayed_work(&rt1015->flush_work, msecs_to_jiffies(10)); in rt1015_amp_drv_event()
964 INIT_DELAYED_WORK(&rt1015->flush_work, rt1015_flush_work); in rt1015_probe()
973 cancel_delayed_work_sync(&rt1015->flush_work); in rt1015_remove()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
Dhns_roce_qp.c46 struct hns_roce_work *flush_work = container_of(work, in flush_work_handle() local
48 struct hns_roce_qp *hr_qp = container_of(flush_work, in flush_work_handle()
49 struct hns_roce_qp, flush_work); in flush_work_handle()
50 struct device *dev = flush_work->hr_dev->dev; in flush_work_handle()
75 struct hns_roce_work *flush_work = &hr_qp->flush_work; in init_flush_work() local
77 flush_work->hr_dev = hr_dev; in init_flush_work()
78 INIT_WORK(&flush_work->work, flush_work_handle); in init_flush_work()
80 queue_work(hr_dev->irq_workq, &flush_work->work); in init_flush_work()
/kernel/linux/linux-5.10/net/wireless/
Dcore.c1048 flush_work(&rdev->scan_done_wk); in wiphy_unregister()
1050 flush_work(&rdev->event_work); in wiphy_unregister()
1052 flush_work(&rdev->destroy_work); in wiphy_unregister()
1053 flush_work(&rdev->sched_scan_stop_wk); in wiphy_unregister()
1054 flush_work(&rdev->propagate_radar_detect_wk); in wiphy_unregister()
1055 flush_work(&rdev->propagate_cac_done_wk); in wiphy_unregister()
1056 flush_work(&rdev->mgmt_registrations_update_wk); in wiphy_unregister()
1108 flush_work(&wdev->pmsr_free_wk); in __cfg80211_unregister_wdev()
1136 flush_work(&wdev->disconnect_wk); in __cfg80211_unregister_wdev()
/kernel/linux/linux-5.10/drivers/mtd/
Dsm_ftl.h50 struct work_struct flush_work; member
Dmtdoops.c356 flush_work(&cxt->work_erase); in mtdoops_notify_remove()
357 flush_work(&cxt->work_write); in mtdoops_notify_remove()
/kernel/linux/linux-5.10/drivers/leds/
Dled-class.c59 flush_work(&led_cdev->set_brightness_work); in brightness_store()
176 flush_work(&led_cdev->set_brightness_work); in led_classdev_suspend()
450 flush_work(&led_cdev->set_brightness_work); in led_classdev_unregister()
/kernel/linux/linux-5.10/net/vmw_vsock/
Dvirtio_transport.c688 flush_work(&vsock->rx_work); in virtio_vsock_remove()
689 flush_work(&vsock->tx_work); in virtio_vsock_remove()
690 flush_work(&vsock->event_work); in virtio_vsock_remove()
691 flush_work(&vsock->send_pkt_work); in virtio_vsock_remove()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/fs/hmdfs/
Dserver_writeback.c101 flush_work(&sbi->h_swb->dirty_sb_writeback_work); in hmdfs_destroy_server_writeback()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
Dbase.c58 flush_work(&sec2->work); in nvkm_sec2_fini()
/kernel/linux/linux-5.10/drivers/platform/x86/
Dhp_accel.c378 flush_work(&hpled_led.work); in lis3lv02d_add()
396 flush_work(&hpled_led.work); in lis3lv02d_remove()
/kernel/linux/linux-5.10/drivers/base/
Ddd.c298 flush_work(&deferred_probe_work); in deferred_probe_timeout_work_func()
322 flush_work(&deferred_probe_work); in deferred_probe_initcall()
330 flush_work(&deferred_probe_work); in deferred_probe_initcall()
708 flush_work(&deferred_probe_work); in wait_for_device_probe()
/kernel/linux/linux-5.10/drivers/leds/trigger/
Dledtrig-timer.c117 flush_work(&led_cdev->set_brightness_work); in timer_trig_activate()
/kernel/linux/linux-5.10/arch/sh/drivers/
Dpush-switch.c104 flush_work(&psw->work); in switch_drv_remove()
/kernel/linux/linux-5.10/drivers/remoteproc/
Dkeystone_remoteproc.c202 flush_work(&ksproc->workqueue); in keystone_rproc_start()
220 flush_work(&ksproc->workqueue); in keystone_rproc_stop()

1234567891011