/linux-6.12.1/drivers/staging/greybus/ |
D | bootrom.c | 205 goto queue_work; in gb_bootrom_firmware_size_request() 231 queue_work: in gb_bootrom_firmware_size_request() 260 goto queue_work; in gb_bootrom_get_firmware() 299 queue_work: in gb_bootrom_get_firmware() 328 goto queue_work; in gb_bootrom_ready_to_boot() 337 goto queue_work; in gb_bootrom_ready_to_boot() 345 queue_work: in gb_bootrom_ready_to_boot()
|
/linux-6.12.1/net/vmw_vsock/ |
D | virtio_transport.c | 208 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_send_pkt_work() 268 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_send_pkt() 298 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_transport_cancel_pkt() 367 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_transport_tx_work() 482 queue_work(virtio_vsock_workqueue, &vsock->event_work); in virtio_vsock_event_done() 491 queue_work(virtio_vsock_workqueue, &vsock->tx_work); in virtio_vsock_tx_done() 500 queue_work(virtio_vsock_workqueue, &vsock->rx_work); in virtio_vsock_rx_done() 709 queue_work(virtio_vsock_workqueue, &vsock->send_pkt_work); in virtio_vsock_vqs_start()
|
/linux-6.12.1/drivers/mmc/host/ |
D | wbsd.c | 462 queue_work(system_bh_wq, &host->fifo_bh_work); in wbsd_empty_fifo() 527 queue_work(system_bh_wq, &host->fifo_bh_work); in wbsd_fill_fifo() 824 queue_work(system_bh_wq, &host->fifo_bh_work); in wbsd_request() 964 queue_work(system_bh_wq, &host->card_bh_work); in wbsd_reset_ignore() 1023 queue_work(system_bh_wq, &host->finish_bh_work); in wbsd_card_bh_work() 1063 queue_work(system_bh_wq, &host->finish_bh_work); in wbsd_fifo_bh_work() 1088 queue_work(system_bh_wq, &host->finish_bh_work); in wbsd_crc_bh_work() 1112 queue_work(system_bh_wq, &host->finish_bh_work); in wbsd_timeout_bh_work() 1162 queue_work(system_bh_wq, &host->card_bh_work); in wbsd_irq() 1164 queue_work(system_bh_wq, &host->fifo_bh_work); in wbsd_irq() [all …]
|
/linux-6.12.1/drivers/infiniband/ulp/ipoib/ |
D | ipoib_verbs.c | 283 queue_work(ipoib_workqueue, &priv->flush_light); in ipoib_event() 287 queue_work(ipoib_workqueue, &priv->flush_normal); in ipoib_event() 289 queue_work(ipoib_workqueue, &priv->flush_heavy); in ipoib_event() 292 queue_work(ipoib_workqueue, &priv->flush_light); in ipoib_event()
|
/linux-6.12.1/net/bluetooth/ |
D | coredump.c | 447 queue_work(hdev->workqueue, &hdev->dump.dump_rx); in hci_devcd_init() 466 queue_work(hdev->workqueue, &hdev->dump.dump_rx); in hci_devcd_append() 491 queue_work(hdev->workqueue, &hdev->dump.dump_rx); in hci_devcd_append_pattern() 511 queue_work(hdev->workqueue, &hdev->dump.dump_rx); in hci_devcd_complete() 531 queue_work(hdev->workqueue, &hdev->dump.dump_rx); in hci_devcd_abort()
|
/linux-6.12.1/net/strparser/ |
D | strparser.c | 379 queue_work(strp_wq, &strp->work); in strp_data_ready() 389 queue_work(strp_wq, &strp->work); in strp_data_ready() 407 queue_work(strp_wq, &strp->work); in do_strp_work() 501 queue_work(strp_wq, &strp->work); in strp_unpause() 530 queue_work(strp_wq, &strp->work); in strp_check_rcv()
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_gpu_scheduler.c | 11 queue_work(sched->base.submit_wq, &sched->work_process_msg); in xe_sched_process_msg_queue() 84 queue_work(sched->base.submit_wq, &sched->work_process_msg); in xe_sched_submission_start()
|
/linux-6.12.1/drivers/scsi/bfa/ |
D | bfad_im.c | 460 itnim_drv->queue_work = 1; in bfa_fcb_itnim_free() 463 itnim_drv->queue_work = 0; in bfa_fcb_itnim_free() 478 if (itnim_drv->queue_work) in bfa_fcb_itnim_free() 479 queue_work(im->drv_workq, &itnim_drv->itnim_work); in bfa_fcb_itnim_free() 495 itnim_drv->queue_work = 1; in bfa_fcb_itnim_online() 499 if (itnim_drv->queue_work) in bfa_fcb_itnim_online() 500 queue_work(im->drv_workq, &itnim_drv->itnim_work); in bfa_fcb_itnim_online() 523 itnim_drv->queue_work = 1; in bfa_fcb_itnim_offline() 526 if (itnim_drv->queue_work) in bfa_fcb_itnim_offline() 527 queue_work(im->drv_workq, &itnim_drv->itnim_work); in bfa_fcb_itnim_offline() [all …]
|
D | bfad_im.h | 114 u16 queue_work; member 170 queue_work(drv->im->drv_workq, &drv->im->aen_im_notify_work); in bfad_im_post_vendor_event()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | tau_6xx.c | 163 queue_work(tau_workq, work); in tau_work_func() 209 queue_work(tau_workq, &tau_work); in TAU_init()
|
/linux-6.12.1/drivers/nvme/target/ |
D | io-cmd-file.c | 215 queue_work(buffered_io_wq, &req->f.work); in nvmet_file_submit_buffered_io() 270 queue_work(nvmet_wq, &req->f.work); in nvmet_file_execute_flush() 330 queue_work(nvmet_wq, &req->f.work); in nvmet_file_execute_dsm() 360 queue_work(nvmet_wq, &req->f.work); in nvmet_file_execute_write_zeroes()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | monitor_stats.c | 76 queue_work(priv->wq, &priv->monitor_counters_work); in mlx5e_monitor_event_handler() 151 queue_work(priv->wq, &priv->update_stats_work); in mlx5e_monitor_counter_init()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_hotplug.c | 217 return queue_work(i915->unordered_wq, work); in queue_detection_work() 412 queue_work(i915->display.hotplug.dp_wq, &i915->display.hotplug.dig_port_work); in intel_hpd_trigger_irq() 641 queue_work(dev_priv->display.hotplug.dp_wq, &dev_priv->display.hotplug.dig_port_work); in intel_hpd_irq_handler() 949 bool queue_work = false; in queue_work_for_missed_irqs() local 956 queue_work = true; in queue_work_for_missed_irqs() 961 queue_work = true; in queue_work_for_missed_irqs() 970 if (queue_work) in queue_work_for_missed_irqs()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fw_reset.c | 292 queue_work(fw_reset->wq, &fw_reset->reset_reload_work); in poll_sync_reset() 697 queue_work(fw_reset->wq, &fw_reset->reset_request_work); in mlx5_sync_reset_events_handle() 700 queue_work(fw_reset->wq, &fw_reset->reset_unload_work); in mlx5_sync_reset_events_handle() 703 queue_work(fw_reset->wq, &fw_reset->reset_now_work); in mlx5_sync_reset_events_handle() 706 queue_work(fw_reset->wq, &fw_reset->reset_abort_work); in mlx5_sync_reset_events_handle() 721 queue_work(fw_reset->wq, &fw_reset->fw_live_patch_work); in fw_reset_event_notifier()
|
/linux-6.12.1/arch/s390/kernel/ |
D | time.c | 473 queue_work(time_sync_wq, &stp_work); in stp_timeout() 484 queue_work(time_sync_wq, &stp_work); in stp_init() 501 queue_work(time_sync_wq, &stp_work); in stp_timing_alert() 530 queue_work(time_sync_wq, &stp_work); in stp_queue_work() 912 queue_work(time_sync_wq, &stp_work); in online_store()
|
/linux-6.12.1/drivers/tty/ |
D | tty_buffer.c | 79 queue_work(system_unbound_wq, &buf->work); in tty_buffer_unlock_exclusive() 534 queue_work(system_unbound_wq, &buf->work); in tty_flip_buffer_push() 564 queue_work(system_unbound_wq, &buf->work); in tty_insert_flip_string_and_push_buffer() 617 return queue_work(system_unbound_wq, &port->buf.work); in tty_buffer_restart_work()
|
/linux-6.12.1/drivers/soc/xilinx/ |
D | zynqmp_power.c | 85 queue_work(system_unbound_wq, &zynqmp_pm_init_restart_work->callback_work); in subsystem_restart_event_callback() 98 queue_work(system_unbound_wq, &zynqmp_pm_init_suspend_work->callback_work); in suspend_event_callback() 143 queue_work(system_unbound_wq, in ipi_receive_callback()
|
/linux-6.12.1/drivers/vfio/ |
D | virqfd.c | 37 queue_work(vfio_irqfd_cleanup_wq, &virqfd->shutdown); in virqfd_deactivate() 231 queue_work(vfio_irqfd_cleanup_wq, &(*pvirqfd)->flush_inject); in vfio_virqfd_flush_thread()
|
/linux-6.12.1/drivers/usb/chipidea/ |
D | otg.h | 21 if (queue_work(ci->wq, &ci->work) == false) in ci_otg_queue_work()
|
/linux-6.12.1/kernel/ |
D | backtracetest.c | 36 queue_work(system_bh_wq, &backtrace_bh_work); in backtrace_test_bh()
|
/linux-6.12.1/drivers/accel/habanalabs/common/ |
D | irq.c | 86 queue_work(hdev->cq_wq[cq->cq_idx], &job->finish_work); in job_finish() 120 queue_work(hdev->cs_cmplt_wq, &cs->finish_work); in cs_finish() 371 queue_work(hdev->ts_free_obj_wq, &job->free_obj); in handle_user_interrupt_ts_list() 553 queue_work(hdev->eq_wq, &handle_eqe_work->eq_work); in hl_irq_handler_eq()
|
/linux-6.12.1/drivers/extcon/ |
D | extcon-axp288.c | 279 queue_work(system_long_wq, &info->role_work); in axp288_handle_chrg_det_event() 300 queue_work(system_long_wq, &info->role_work); in axp288_extcon_id_evt() 464 queue_work(system_long_wq, &info->role_work); in axp288_extcon_probe()
|
/linux-6.12.1/drivers/dma/idxd/ |
D | irq.c | 342 queue_work(wq->wq, &fault->work); in process_evl_entry() 450 queue_work(idxd->wq, &revoke->work); in idxd_misc_thread() 497 queue_work(idxd->wq, &idxd->work); in idxd_misc_thread() 555 queue_work(idxd->wq, &irw->work); in idxd_queue_int_handle_resubmit()
|
/linux-6.12.1/drivers/crypto/cavium/nitrox/ |
D | nitrox_mbx.c | 149 queue_work(ndev->iov.pf2vf_wq, &pfwork->pf2vf_resp); in nitrox_pf2vf_mbox_handler() 173 queue_work(ndev->iov.pf2vf_wq, &pfwork->pf2vf_resp); in nitrox_pf2vf_mbox_handler()
|
/linux-6.12.1/fs/afs/ |
D | callback.c | 45 queue_work(system_unbound_wq, &vnode->cb_work); in afs_volume_init_callback() 93 queue_work(system_unbound_wq, &vnode->cb_work); in __afs_break_callback()
|